v1

latestOpenAPI 3.1.0UNLICENSED2026-07-2613101.1 MB
Email domains

List email domains

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

get/accounts/{accountId}/people/email-domains

Path parameters

accountIdstring required

The ID of the account to work with.

Example:F50091

Response

OK

domainsstring[] required

Array of email domains.

Example response

{
  "domains": [
    "email.com"
  ]
}