Disposable Email Detection
The Disposable Email Detection API helps developers block fake and throwaway email addresses at signup in real time. ## What it does - Detects 72,000+ known disposable email providers (Mailinator, Guerrilla Mail, Temp-Mail, etc.) - Returns a risk score from 0.0 (clean) to 1.0 (definitely disposable) - Identifies role-based addresses (noreply@, postmaster@, admin@) - Checks MX records to verify…
Disposable Email Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Check Email /v1/check |
Check a single email address and get back disposable status, risk score, and reason code. |
| GET |
Check Domain /v1/domain/{domain} |
Check a domain directly without an email local part. |
| GET |
List Plans /v1/plans |
Returns all available pricing plans and their limits. No authentication required. |
| POST |
Check Bulk /v1/check-bulk |
Check multiple email addresses in one call. Starter and Pro plans only. Max 100 emails per call on Starter, 500 on Pro. |