Skip to main content
POST
Validate mobile phone number syntax

Authorizations

Authorization
string
header
required

Bearer token authentication. Use format: Bearer YOUR_API_KEY

Body

application/x-www-form-urlencoded
phone
string
required

Phone number to validate. Can include country code and formatting characters.

Pattern: ^[\+]?[0-9\s\-\(\)]+$
Example:

"+1-555-123-4567"

Response

Successfully validated phone number

status
string
required
Example:

"success"

data
object
required
Example: