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.
MCC-MNC API
MCC-MNC API
Partner API for mobile operator lookup by MCC/MNC, PLMN, country ISO, dial code, or operator name search.
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
Billing
Each successful lookup, by-country, or search request is billed per organization price_per_request via Console Wallet API when price > 0.
Response envelope
Success: { "success": true, "data": { ... } }
Error: { "success": false, "error": { "code": "...", "message": "..." } }