curl --request GET \
--url https://cloud.cdata.com/api/poweredby/account/list{
"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.
curl --request GET \
--url https://cloud.cdata.com/api/poweredby/account/list{
"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"
}
]
}
HTTP 200 OK
Show Response body
{
"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"
}
]
}
Was this page helpful?