Check automatic Custom Tracking Domain setup eligibility

Reports whether the domain's DNS provider supports Domain Connect for its current Custom Tracking Domain.

GET
/v1/email/domains/{id}/custom-tracking/domain-connect

Reports whether the domain's DNS provider supports Domain Connect for its current Custom Tracking Domain. Ineligible is a normal result and the exact manual CNAME records remain available.

x-api-key<token>

In: header

Path Parameters

id*string
Match^dom_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/email/domains/string/custom-tracking/domain-connect"
{  "eligible": false,  "reason": "no-record"}