Email Authentication Audit
# Email Authentication Audit API Validate SPF, DKIM, DMARC, BIMI, MTA-STS, and MX records for any domain. Get a deliverability score, RFC compliance analysis, and actionable recommendations — all from a single API call. --- ## Quick Start ```bash curl -X POST "https://email-authentication-audit.p.rapidapi.com/v1/scan" \ -H "Content-Type: application/json" \ -H "X-RapidAPI-Key: YOUR_KEY" \ -H…
Email Authentication Audit endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
getScan /v1/scan/{scanId} |
|
| GET |
getUsage /v1/usage |
|
| GET |
healthCheck /v1/health |
|
| POST |
scanDomain /v1/scan |
Performs comprehensive DNS-based email authentication analysis. Checks SPF, DKIM, DMARC, BIMI, MTA-STS, TLS-RPT, and MX records. Results are cached for 1 hour — use `force: true`… |
Email Authentication Audit pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO Recommended | $12 / month | 5 / second |
|
| ULTRA | $29 / month | 10 / second |
|
| MEGA | $79 / month | 25 / second |
|