メインコンテンツへスキップ
GET
/
poweredby
/
account
/
list
List Accounts
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"
    }
  ]
}

承認

Authorization
string
header
必須

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

レスポンス

200 - application/json

OK

accounts
object[] | null