Domains
Verify a domain
Performs a live DNS lookup to refresh the MX record status of the domain and updates the verification status accordingly. Returns the latest domain configuration.
post/v1/domains/{domain}/verify
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
}
]
}