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:
- Contact Support:Reach out to our support team to request the following credentials:
- client_id
- client_secret
- API_KEY
- 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
- Token Renewal:If the access token expires, use the same client credentials to generate a new token.
- API Integration:Include the access token in the Authorization header and the API Key in all Khumbu API requests to authenticate and authorize access.