Authorizations
HTTP Basic authentication for the /auth
endpoint, using the Client ID as the username and the Client Secret as the password.
Headers
A unique identifier for this specific API call, generated by the client (Samvaad).
An identifier to trace a single request across multiple services.
The ISO 8601 timestamp of when the client sent the request.
Body
The request body must specify the grant type as 'client_credentials'.
The OAuth2 grant type. Must be client_credentials
.
"client_credentials"
Response
Authentication successful. Returns a JWT access token.
The response from a successful authentication request.