Disposable Email Validator API
Quickly check if an email address is disposable. It tells you the email, its domain, and whether it is temporary. The API helps identify disposable emails to prevent spam, fake signups, or abuse. It also returns the last update time and a request ID for tracking.
Disposable Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
validate /validate |
Input: email parameter in the URL. Output: JSON with: email: the email checked domain: its domain isDisposable: true if it’s temporary, false if not lastUpdated: when the info… |