v1

latestOpenAPI 3.0.32026-07-2246176.0 KB

List subaccounts

List all subaccounts for the authenticated account. Each subaccount has its own products (datacenter, residential, etc.). Permission: subaccount:read.

get/v4/account/subaccounts

Response

List of subaccounts

successboolean

Example response

{
  "success": true,
  "data": {
    "subaccounts": [
      {
        "AccountType": "datacenter_shared"
      }
    ]
  }
}