Get account's trusted domains

GET {{baseUrl}}/accounts/:accountId/trusted_domains

Retrieve an account's trusted domains . To get the master account's trusted domains, use the me value for the accountId path parameter.

Prerequisites:

  • The account must be a paid account.

Scopes: account:read:admin

Rate Limit Label : LIGHT

HEADERS

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

RESPONSES

status: OK

{"trusted_domains":["\u003cstring\u003e","\u003cstring\u003e"]}