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.
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.
Authorization
apiKey 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"}