Skip to main content

Validates the provided phone number

Validates the provided phone number

Query Parameters
    countryIsoCode string required

    The ISO code of the country to validate the phone number for

    number string required

    The phone number to validate, without the country code

Responses

The phone number is valid


Schema
    data object
    telephoneNumber string

    The telephone number in E.164 format

Loading...