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
Example response
{
"domains": [
"email.com"
]
}