Endpoint
Request body
Send a JSON body with one field:
email (string, required). The email must be valid (one @, non-empty local part and domain with at least one dot).Response (200)
| Field | Type | Description |
|---|---|---|
email | string | The email that was checked |
domain | string | Extracted domain |
is_disposable | boolean | true if the domain is disposable |
Example
SDK helpers
All SDKs provide:- check(email) — Returns the full result object
- is_disposable(email) — Returns only a boolean
Errors
| Status | Meaning |
|---|---|
| 401 | Missing or invalid API key |
| 422 | Invalid email format |
| 429 | Rate limit exceeded |
| 402 | Quota exceeded |