Email Validator
This API is a fast and robust email address syntax and deliverability validator. API can also detect if the email address is temporary/disposable or not. Disposable email address is usually used by spammers. For example `https://www.mailinator.com/` is a disposable email service. Key features: 1. Checks that an email address has the correct syntax 1. Gives friendly error messages when validation…
Email Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/email-validator/health /email-validator/health |
Return the health status of the API. Returns current UTC time. |
| GET |
/email-validator/validate /email-validator/validate |
Validate email address. Key features: 1. Checks that an email address has the correct syntax 1. Gives friendly error messages when validation fails. 1. Checks deliverability of… |
Email Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO Recommended | $10 / month | 10 / second |
|
| ULTRA | $50 / month | 10 / second |
|