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
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=appid' \
-d 'type=validation' \
-d 'phone_number=971569483322'