Verify any email address — syntax, MX records, and deliverability.
{
"status": "success",
"email": "[email protected]",
"valid": true,
"mx_found": true,
"disposable": false,
"deliverable": true,
"score": 95,
"reason": "valid"
}
{
"status": "error",
"code": 400,
"message": "Invalid email address format. Please provide a valid email (e.g. [email protected])."
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs