Disposable Email Detection
Detect disposable, temporary, and throwaway email addresses in real-time. Protect your sign-up forms, reduce fraud, and improve email deliverability by filtering out temporary email domains before they enter your system.
Disposable Email Detection endpoints
| Method | Endpoint | Description |
|---|---|---|
| Check | ||
| GET |
checkDomain /v1/domain |
Check whether a domain is associated with disposable or temporary email services. Similar to /v1/check but accepts a raw domain instead of a full email address. Useful when you… |
| POST |
checkEmailPost /v1/check |
Check whether an email address belongs to a disposable or temporary email provider via JSON body. Functionally identical to the GET endpoint but allows sending the email in the… |
| GET |
checkEmailGet /v1/check |
Check whether an email address belongs to a disposable or temporary email provider. The API validates the domain against a comprehensive database of known disposable email… |
| Bulk | ||
| POST |
bulkCheckEmails /v1/bulk |
Check multiple email addresses in a single request. Each email is validated independently and results are returned in the same order as the input array. **Requires PRO+ plan.**… |
| Health | ||
| GET |
getTiers /v1/tiers |
Returns information about the current user's tier and available tiers with their rate limits. |
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint does not require authentication and can be used for uptime monitoring. |
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| GET |
getStats /v1/stats |
Returns statistics about the disposable email domain database, including the total number of known disposable domains and the last update date. |
| Other endpoints | ||
| POST |
bulkCheckEmails /v1/bulk |
Check multiple email addresses in a single request. Each email is validated independently and results are returned in the same order as the input array. **Requires PRO+ plan.**… |
| POST |
checkEmailPost /v1/check |
Check whether an email address belongs to a disposable or temporary email provider via JSON body. Functionally identical to the GET endpoint but allows sending the email in the… |
| GET |
checkDomain /v1/domain |
Check whether a domain is associated with disposable or temporary email services. Similar to /v1/check but accepts a raw domain instead of a full email address. Useful when you… |
| GET |
getTiers /v1/tiers |
Returns information about the current user's tier and available tiers with their rate limits. |
| GET |
getDocs /v1/docs |
Returns a JSON object describing available endpoints, parameters, and usage examples. Useful for programmatic discovery. |
| GET |
getStats /v1/stats |
Returns statistics about the disposable email domain database, including the total number of known disposable domains and the last update date. |
| GET |
getHealth /health |
Returns the current health status of the API. This endpoint does not require authentication and can be used for uptime monitoring. |
Disposable Email Detection pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|