Get Token
OAuth 2.0
Get Token
Exchange your credentials for an OAuth2 token to access the Catena Telematics API endpoints.
POST
Get Token
Body
application/x-www-form-urlencoded
Grant type for token request. Must be "client_credentials"
Allowed value:
"client_credentials"Your client identifier
Example:
""
Your client secret
Example:
""
Required scope for API access. Must be "organization"
Allowed value:
"organization"Response
Token response
OAuth2 token response from Keycloak.
Example:
"eyJhbGciOiJIUzUxMiIsInR5cCIgOiAiS..."
Example:
"Bearer"
Example:
"123e4567-e89b-12d3-a456-426614174000"
Example:
0
Example:
"fleet:read share-agreement:read telematics:read"