Domains
Retrieve auto-configuration availability
Returns whether DNS auto-configuration (Domain Connect) is available for this domain. When available is false, manualRecords lists the DNS records the customer must add manually.
get/v1/domains/{domain}/auto-configure
Path parameters
domainstring required
Headers
idempotency-keystring
A header for idempotency purposes
Response
OK
Example response
{
"manualRecords": [
{
"type": "MX",
"name": "inbound",
"content": "inbound-smtp.us-east-1.amazonaws.com",
"ttl": "Auto",
"priority": 10
}
]
}