Skip to main content
GET
/
v1
/
validate
/
phone
Validate Phone
curl --request GET \
  --url https://api.example.com/v1/validate/phone \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

phone
string
required

Phone number to validate

country
string
default:US

Country code for validation

Response

Successful Response