latestOpenAPI 3.0.32026-07-2246176.0 KB
4e10267785e1
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
Example response
{
"success": true,
"data": {
"subaccounts": [
{
"AccountType": "datacenter_shared"
}
]
}
}