validate a single phone number

API Docs by APIMATIC

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
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Validation type

Phone number to validate. May be formatted with or without the “+” leading sign.

Response Type

Errors

HTTP Status CodeError DescriptionException 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'