List email domains

Returns a list of email domains associated with a given account. You can use this to update your approved email domains.

SecurityCommonAuth
Request
path Parameters
accountId
required
string (accountId)

The ID of the account to work with.

Example: F50091
Responses
200

OK

400

Bad request

401

Unauthorised

403

Forbidden

404

Not found

405

Method not allowed

415

Unsupported media type

429

Too many requests

500

Internal server error

get/accounts/{accountId}/people/email-domains
Request samples
Response samples
application/json
{
  • "domains": [
    ]
}