Email and phone number validation API
Email and phone number validation API using live DNS lookups and Google libphonenumber. **Endpoints:** - `GET /v1/email/syntax` — Check whether an email address is correctly formatted using RFC-5321 rules - `GET /v1/email/mx` — Resolve the MX DNS records for an email's domain to verify it can receive mail - `GET /v1/email/disposable` — Check whether an email's domain belongs to a known…
Email and phone number validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Health | ||
| GET |
/health /health |
|
| GET |
/v1/email/score /v1/email/score |
|
| GET |
/v1/email/mx /v1/email/mx |
|
| GET |
/v1/email/disposable /v1/email/disposable |
|
| GET |
/v1/email/syntax /v1/email/syntax |
|
| Phone | ||
| GET |
/v1/phone/format /v1/phone/format |
|
| GET |
/v1/phone/carrier /v1/phone/carrier |
|
Email and phone number validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 1 / second |
|
| ULTRA | $15 / month | — |
|
| MEGA | $25 / month | — |
|