Get domain verification
Returns the stored DNS and provider lifecycle snapshot without calling a provider or mutating state.
Returns the stored DNS and provider lifecycle snapshot without calling a provider or mutating state.
Authorization
apiKey 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/verification"{ "domainId": "string", "domain": "string", "phase": "dns-setup", "records": [ { "record": { "type": "A", "name": "string", "value": "string", "ttl": "string", "description": "string", "priority": 0 }, "status": "unchecked", "observedValues": [ "string" ], "checkedAt": "string", "resolutionFailure": { "code": "string", "message": "string" } } ], "provider": { "identity": "pending", "dkim": "pending", "mailFrom": "pending" }, "operationId": "string", "checkedAt": "string", "nextCheckAt": "string", "failure": { "code": "string", "message": "string", "failedAt": "string" }}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.
List email forwarding logs
Returns a log of forwarded inbound emails with their delivery outcomes, optionally filtered by rule, status, or date range.