Skip to main content
POST
/
poweredby
/
account
/
create
Create Account
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"
}

Authorizations

Authorization
string
header
required

JWT token authentication. Include the token in the Authorization header as 'Bearer '.

Body

application/json
externalId
string
required

The external Id of the account to be created.

Response

200 - application/json

OK

accountId
string
required

The internal Connect AI account Id.

externalId
string
required

The customer's identifier.

createdTime
string<date-time>
required

The time when the account was created.