Update approved email domains

Updates the list of approved email domains for a given account.

SecurityCommonAuth
Request
path Parameters
accountId
required
string

The ID of the account to work with.

Example: F50091
Request Body schema: application/json

Body

domains
required
Array of strings <= 100 items

Array of approved email domains.

sessionId
string
mfaCode
string
customerIp
string
Responses
200

OK

put/accounts/{accountId}/email-domains
Request samples
application/json
{
  • "domains": [
    ],
  • "sessionId": "string",
  • "mfaCode": "string",
  • "customerIp": "string"
}
Response samples
application/json
{
  • "limit": 200,
  • "offset": 100,
  • "count": 67,
  • "rows": [
    ]
}