Domains
Retrieve a domain by name
Returns the domain configuration and the DNS records that must be in place. This is a pure read; call domains.verify to refresh verification status from DNS.
get/v1/domains/{domain}
Path parameters
domainstring required
Response
OK
Example response
{
"expectedDnsRecords": [
{
"type": "MX",
"name": "inbound",
"content": "inbound-smtp.us-east-1.amazonaws.com",
"ttl": "Auto",
"priority": 10
}
]
}