GET {{baseUrl}}/accounts/:accountId/trusted_domains
Retrieve an account's trusted domains. To get the master account's trusted domains, use the Prerequisites:
* The account must be a paid account. 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
{
"trusted_domains": [
"<string>",
"<string>"
]
} |
ENDPOINTS