Telkor API
stringstring
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.
Get Access Token
POST
https://id.omaxtelecom.com
/realms/platform/protocol/openid-connect/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 › Responses
200
Successful response
No data returned