validate a single phone number
Use this method to get extended information about a single phone number. The information returned varies based on the type
parameter.
This endpoint requires authentication.
GET /validation
Name | Description |
---|---|
type Query Required | Validation type |
phone_number Query Required | String Phone number to validate. May be formatted with or without the “+” leading sign. |
HTTP Status Code | Error Description | Exception Class |
---|---|---|
403 | Request failed. The feature is disabled for the account. |
|
curl -X GET -G \
--url 'https://api.wavix.com/v1/validation' \
-H 'Accept: application/json' \
-d 'appid=your-API-key' \
-d 'type=validation' \
-d 'phone_number=971569483322'