Skip to main content
GET
/
email
/
domains
List all custom domains
curl --request GET \
  --url https://api.open.cx/email/domains \
  --header 'Authorization: Bearer <token>'
[
  {
    "domainName": "<string>",
    "domainNameVerificationStatus": "<string>",
    "records": null
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Default Response

domainName
string
required
domainNameVerificationStatus
string | null
required
records
unknown
required