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"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.