Skip to main content
GET
https://cloud.cdata.com
/
api
/
poweredby
/
account
/
list
List Accounts
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"
       }    
    ]
}

Responses

200

HTTP 200 OK
{
    "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"
       }    
    ]
}