Email domains
List approved email domains
Returns a list of approved email domains for a given account. An approved email domain is a domain that can be supplied as part of someone's email address when you create a person.
get/accounts/{accountId}/email-domains
Path parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Query parameters
limitinteger
The maximum number of results to return.
Example:200
offsetinteger
The number of items to skip before returning results.
Example:100
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"
}
]
}