Email Validator API
Success response: { "result": { "valid": true, "validators": { "regex": { "valid": true }, "typo": { "valid": true }, "disposable": { "valid": true }, "mx": { "valid": true }, "smtp": { "valid": true } } } } Error response: { "result": { "valid": false, "validators": { "regex": { "valid": true }, "typo": { "valid": false, "reason": "Likely typo, suggested email: [email protected]" }, "disposable":…
Email Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| functions | ||
| POST |
/email-verifier /functions/email-verifier |
Endpoint to validate if a request email is valid our not. We also return with suggested typo mistakes. |
Email Validator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $15 / month | 5 / second |
|
| ULTRA Recommended | $40 / month | 20 / second |
|
| MEGA | $290 / month | 62 / second |
|