Obtain access token
Authentication
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).
Request
The request body must specify the grant type as ‘client_credentials’.
The OAuth2 grant type. Must be client_credentials.
Response headers
The identifier for an end-to-end operation, passed from the client to be echoed in the response.