GET {{baseUrl}}/accounts/:accountId/managed_domains
Retrieve a list of an account's managed domains. To get the master account's managed domains, pass the Prerequisites:
* A Pro or a higher paid account with the Master account option enabled. Scopes: Rate Limit Label: me
value for the accountId
path parameter. account:read:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"domains": [
{
"domain": "<string>",
"status": "<string>"
},
{
"domain": "<string>",
"status": "<string>"
}
],
"total_records": "<integer>"
} |
ENDPOINTS