Get account's managed domains

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 me value for the accountId path parameter.

Prerequisites:

  • A Pro or a higher paid account with the Master account option enabled.

Scopes: account:read:admin

Rate Limit Label : LIGHT

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"domains":[{"domain":"\u003cstring\u003e","status":"\u003cstring\u003e"},{"domain":"\u003cstring\u003e","status":"\u003cstring\u003e"}],"total_records":"\u003cinteger\u003e"}