x-api-key
header.
Getting Started
Authentication information will be available after the account creation. Authentication can be used in the following ways:-
Using ‘LIVE API KEY’:
The LIVE API KEY details are available on the website. Provide your LIVE API KEY as the Basic Auth username value. You do not need to provide a password.
-
Using Encoded ‘LIVE API KEY’:
Encode the LIVE API KEY by using the ENCODE BASE64 button available on the website.
Authorization
header.
Authenticating API Calls
To authenticate each API request, include both the Authorization and x-api-key headers. Always ensure that your LIVE API KEY is encoded securely and passed correctly in the headers for successful authentication.
API Headers
API headers provide additional metadata for each API call, including crucial information about the request and response.Header | Description |
---|---|
x-api-key | Provided along with credentials. |
Authorization | Basic <Encoded LIVE API KEY> . |
Important Note
If using plain LIVE API KEY for the Authorization header, include “Basic” before the base64-encoded API key to authenticate requests properly.Authorization: Basic Encoded LIVE API KEY
Need Help?
If you need assistance or have questions regarding setting up your authentication, please contact our support team for further guidance.