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"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.equalsmoney.com/llms.txt

Use this file to discover all available pages before exploring further.

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.