DNS Security Audit
Audit any domain's email security posture. Checks SPF, DMARC, DKIM, DNSSEC, and MX records — returns findings, detected issues, and an overall security grade (A–F).
DNS Security Audit endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
checkDNSSEC /v1/dnssec/{domain} |
|
| GET |
checkSPF /v1/spf/{domain} |
|
| GET |
checkMX /v1/mx/{domain} |
|
| GET |
checkDKIM /v1/dkim/{domain} |
Probes common DKIM selectors automatically. Pass `selector` to check a specific one. |
| GET |
auditDomain /v1/audit/{domain} |
Runs all checks (SPF, DMARC, DKIM, DNSSEC, MX) and returns a combined result with a score (0–100) and grade (A–F). |
| GET |
checkDMARC /v1/dmarc/{domain} |