Mail exchange records for a domain.
Mail exchange records for a domain. Each row is a priority and host, sorted the way mailers prefer them.
Empty mx means no MX. To check if a domain is free to register, use Domain.
curl "https://api.parseapi.com/mx/gmail.com" \
-H "X-API-Key: YOUR_API_KEY"{
"domain": "gmail.com",
"mx": [
{
"priority": 5,
"host": "gmail-smtp-in.l.google.com"
},
{
"priority": 10,
"host": "alt1.gmail-smtp-in.l.google.com"
},
// ... 3 more
]
}Response fields
Questions? Email