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
Successfully validated the phone number
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...