Skip to main content
GET
/
accounts
/
{accountId}
/
people
/
email-domains
List email domains
curl --request GET \
  --url https://api.equalsmoney.com/v2/accounts/{accountId}/people/email-domains \
  --header 'Authorization: <api-key>'
{
  "domains": [
    "email.com"
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Response

200 - application/json

OK

domains
string[]
required

Array of email domains.

The email domain.