Check your domain's email deliverability in Seconds β free while in beta.
Complete audit of your domainβs email health β SPF, DKIM, blacklist, DMARC, TLS & more.
π¬ Youβre testing a beta version β weβd love your feedback!
Use MXAuditorAPI in your favorite language:
curl --location 'https://mxauditor.com/ma/check?domain=example.com'
import requests
url = "https://mxauditor.com/ma/check?domain=example.com"
resp = requests.request("GET", url)
print(resp.json())
fetch("https://mxauditor.com/ma/check?domain=example.com", {
method: "GET"
})
.then(res => res.json())
.then(data => console.log(data));
Practical ways to use the API to protect and optimize email infrastructure.
Join 50+ developers and marketers using MXAudit to fix deliverability before it hurts.