MailSentry
Fast, intelligent email verification API. Validates syntax, checks DNS and MX records, detects disposable and role-based addresses, and scores email quality in real time.
1 subscribers
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
MailSentry endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
health_health_get /health |
Simple health check endpoint. |
| Verification | ||
| POST |
bulk_verify_bulk_verify_post /bulk-verify |
Verify up to MAX_BULK_EMAILS addresses in one request. Uses asyncio.gather with a semaphore to cap concurrent verification tasks at the requested concurrency level (default: 10,… |
| POST |
verify_email_verify_email_post /verify-email |
Verify a single email address through the full pipeline: syntax → DNS → SMTP (optional) → disposable → role-based checks. |
| Domain | ||
| GET |
domain_intel_domain_intel__domain__get /domain-intel/{domain} |
Return DNS intelligence for a domain: MX records, A records, disposable status, and SMTP banner (via first MX host). |
MailSentry pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|
| MEGA | $100 / month | — |
|