Domains
Create a domain
Registers a new inbound-email domain. The response includes the DNS records customers must add at their DNS provider before the domain can receive mail.
post/v1/domains
Headers
idempotency-keystring
A header for idempotency purposes
Request body
Response
Created
Example response
{
"expectedDnsRecords": [
{
"type": "MX",
"name": "inbound",
"content": "inbound-smtp.us-east-1.amazonaws.com",
"ttl": "Auto",
"priority": 10
}
]
}