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 Numbers API
stringstringstringstringstring
OAuth 2.0 authentication using the Client Credentials grant type (RFC 6749 §4.4). Use your Client ID and Client Secret from OmaxTelecom Console to obtain an access token.
Verify token and organization context
GET
https://api.omaxtelecom.com/numbers
/me
Get Access Token
POST
https://api.omaxtelecom.com
/auth/token
Get Access Token
Obtain a Bearer access token using the OAuth 2.0 Client Credentials grant (RFC 6749 §4.4).
Setup
- Get your
client_idfrom OmaxTelecom Console - Get your
client_secretfrom OmaxTelecom Console
Request
Code
Response (200 OK)
Code
Token Usage
Include the token in the Authorization header:
Code
Headers
Content-TypeAcceptGet Access Token › Request Body
grant_typeOAuth 2.0 grant type (RFC 6749 §4.4)
Example: client_credentials
client_idYour Client ID
Example: {{client_id}}
client_secretYour Client Secret
Example: {{client_secret}}
Get Access Token › Responses
200
Successful response
No data returned