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
- 200
- 400
- 401
- 500
The phone number is valid
application/json
Schema
Example (from schema)
Schema
data object
telephoneNumber string
The telephone number in E.164 format
{
"data": {
"telephoneNumber": "+31850609000"
}
}
Bad request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
Internal Server Error
Loading...