MailGrade Email Verification and Deliverability
## Stop paying to email addresses that were never going to arrive MailGrade answers two questions in one API: 1. **Is this address worth sending to?** — syntax, MX, disposable domains, role accounts, provider identification, and typo correction. 2. **Can this domain reach the inbox, and can anyone forge it?** — a full SPF, DKIM, DMARC, MTA-STS, TLS-RPT, BIMI and DNSSEC audit, graded A–F with a…
MailGrade Email Verification and Deliverability endpoints
| Method | Endpoint | Description |
|---|---|---|
| Verification | ||
| POST |
verifyBatch /v1/verify/batch |
Use for list hygiene before a send. Returns per-address results plus a summary count by verdict. |
| GET |
verifyEmail /v1/verify |
Scores one address 0-100 and returns a verdict with the full evidence. Detects disposable domains, role accounts, missing or null MX records, unresolvable mail exchangers, and… |
| POST |
verifyEmailPost /v1/verify |
|
| Domains | ||
| GET |
auditDomain /v1/domain |
Checks MX, SPF (including the 10-lookup limit that silently breaks authentication), DMARC policy and coverage, DKIM selector discovery, MTA-STS, TLS-RPT, BIMI and DNSSEC. Returns… |
| Meta | ||
| GET |
datasets /v1/datasets |
Size and last-updated timestamp of the disposable-domain list in use. |
MailGrade Email Verification and Deliverability pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / hour |
|
| PRO Recommended | $19 / month | 500 / hour |
|
| ULTRA | $79 / month | 2000 / hour |
|
| MEGA | $299 / month | 10000 / hour |
|