cURL
curl --request POST \ --url https://cloud.cdata.com/api/poweredby/account/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "externalId": "<string>" } '
{ "accountId": "8744e71e-ee33-4d4e-916f-0a21eba65902", "externalId": "MyExternalId", "createdTime": "2024-07-10T19:10:52.139Z" }
Create Account creates a child account for the parent account in the Embedded Cloud product.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
The external Id of the account to be created.
OK
The internal Connect AI account Id.
The customer's identifier.
The time when the account was created.
Was this page helpful?