Validify
Email & phone validation — checks format, MX records, disposable detection, typo suggestions, and phone parsing with country/type/format data.
Validify endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
validateEmail /api/email |
Validates an email address by checking format (RFC 5322), MX record existence, disposable/temporary provider detection, role-based prefix detection, and suggests a correction if… |
| Phone | ||
| GET |
validatePhone /api/phone |
Parses and validates a phone number. Returns the country, dial code, line type (MOBILE, FIXED_LINE, VOIP, etc.), and the number in all standard formats: E.164, national,… |
| Combined | ||
| POST |
validateBoth /api/validate |
Validates an email address, a phone number, or both in a single request. Provide at least one of the two fields. |
Validify pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $9 / month | 30 / minute |
|
| ULTRA | $29 / month | 60 / minute |
|