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

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

405

Method Not Allowed

415

Unsupported Media Type

422

Unable to process the request

429

Too Many Requests

500

Internal Server Error

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": [
    ]
}