Phone Validate
Validate, parse, and enrich phone numbers from any country. Returns validation status, country code, national number format, line type (mobile, landline, VoIP, toll-free), and carrier information. Supports E.164, national, and international formats. Ideal for form validation, CRM data cleansing, fraud prevention, and communication platform routing.
Phone Validate endpoints
| Method | Endpoint | Description |
|---|---|---|
| Validate | ||
| GET |
validatePhoneGet /v1/validate |
Validate and parse a phone number. Returns whether the number is valid, the parsed components (country code, national number), the line type (mobile, landline, VoIP, toll-free,… |
| POST |
validatePhonePost /v1/validate |
Validate and parse a phone number via JSON body. Identical to the GET endpoint but accepts parameters in the request body. Useful when the phone number contains special… |
| Bulk | ||
| POST |
bulkValidatePhones /v1/bulk |
Validate multiple phone numbers in a single request. Accepts up to 50 phone numbers per request. This endpoint is available only on PRO and Ultra plans. Results are returned in… |
| Health | ||
| GET |
getHealth /health |
Returns the current health status of the Phone Validate API. This endpoint does not require authentication. |
| Documentation | ||
| GET |
getTiers /v1/tiers |
Returns available API tiers and their rate limits. |
| GET |
getDocs /v1/docs |
Returns the OpenAPI specification and interactive documentation for the Phone Validate API. |
| Other endpoints | ||
| POST |
validatePhonePost /v1/validate |
Validate and parse a phone number via JSON body. Identical to the GET endpoint but accepts parameters in the request body. Useful when the phone number contains special… |
| POST |
bulkValidatePhones /v1/bulk |
Validate multiple phone numbers in a single request. Accepts up to 50 phone numbers per request. This endpoint is available only on PRO and Ultra plans. Results are returned in… |
| GET |
getDocs /v1/docs |
Returns the OpenAPI specification and interactive documentation for the Phone Validate API. |
| GET |
getTiers /v1/tiers |
Returns available API tiers and their rate limits. |
| GET |
getHealth /health |
Returns the current health status of the Phone Validate API. This endpoint does not require authentication. |
Phone Validate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|