Check one-click DNS eligibility

Reports whether the domain's DNS provider supports Domain Connect one-click setup for Samva, and the provider's name when it does.

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

Reports whether the domain's DNS provider supports Domain Connect one-click setup for Samva, and the provider's name when it does. Ineligible is a normal result — the manual DNS records remain the way to verify.

x-api-key<token>

In: header

Path Parameters

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

Query Parameters

mode*string

Value in

  • "send-only"
  • "send-and-receive"

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/email/domains/string/domain-connect?mode=send-only"
{  "eligible": false,  "reason": "no-record"}