Returns a list of email domains associated with a given account. You can use this to update your approved email domains.
cURL
curl --request GET \ --url https://api.equalsmoney.com/v2/accounts/{accountId}/people/email-domains \ --header 'Authorization: <api-key>'
{ "domains": [ "email.com" ] }
The ID of the account to work with.
"F50091"
OK
Array of email domains.
The email domain.
Was this page helpful?