Interactive Playground credentials
Enter your Console OAuth credentials to test API requests in the playground below. Select OmaxTelecom Client Credentials as the auth identity before sending.
Phone Validation API
Quick Start
- Get your
client_idandclient_secretfrom OmaxTelecom Console - Run Auth → Get Access Token to obtain a Bearer token
- All other endpoints use the
access_tokenin theAuthorizationheader
Authentication (OAuth 2.0)
This API uses the OAuth 2.0 Client Credentials grant type (RFC 6749 §4.4).
Token endpoint:
Code
Send Authorization: Bearer <access_token> on all endpoints except health.
For M2M clients without an organization claim, include X-Organization-Id: <organization_id>.
Partner API for phone number validation. Supports E.164 or national format with optional region.
Billing
When price_per_validation > 0, each validation is charged via Console Wallet API, including repeat validations for the same number.
Response envelope
Success: { "success": true, "data": { ... } }
Error: { "success": false, "error": { "code": "...", "message": "..." } }