cURL
curl --request GET \ --url https://cloud.cdata.com/api/poweredby/account/list \ --header 'Authorization: Bearer <token>'
{ "accounts": [ { "id": "fee1ce9d-c40c-4ef6-8f8c-77461315713d", "externalId": "ExternalId", "created": "2023-07-13T20:42:56.317Z" }, { "id": "c6cc4c16-35c8-4657-90c6-f93d401b0ae9", "externalId": "GlobeInc", "created": "2024-07-16T18:03:19.622Z" } ] }
List Accounts lists the child accounts within the parent account.
JWT token authentication. Include the token in the Authorization header as 'Bearer '.
OK
Show child attributes
Was this page helpful?