Authentication API

The Authentication API is a critical component that provides the access token required to securely interact with all Khumbu APIs. This token serves as a key to authenticate and authorize API requests, ensuring secure access to Khumbu's resources.

How to Obtain API Credentials

To get the necessary credentials for the UAT environment, follow these steps:

  1. Contact Support:Reach out to our support team to request the following credentials:
    • client_id
    • client_secret
    • API_KEY
  2. Generate Access Token:Use these credentials to call the "Get Access Token" API. Upon successful authentication, you will receive Access Token which will be valid for 1 hour
  3. Token Renewal:If the access token expires, use the same client credentials to generate a new token.
  4. API Integration:Include the access token in the Authorization header and the API Key in all Khumbu API requests to authenticate and authorize access.