Email domains
Update approved email domains
Updates the list of approved email domains for a given account.
put/accounts/{accountId}/email-domains
Path parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"domains": [
"example.com"
],
"sessionId": "string",
"mfaCode": "string",
"customerIp": "string"
}Response
OK
Example response
{
"limit": 200,
"offset": 100,
"count": 67,
"rows": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"accountId": "F50091",
"name": "example.com",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}