Getting Started: Authentication
To ensure the security of your data and resources, every request made to your resources’ API should include an api key in the request header.
Authorization header
API Key authentication requires including an “api-key” header in the HTTP request. The header should be in the following format:
Here, <your-api-key>
represents the unique api key generated when you login into the developer dashboard.
Generating Your API Key
To generate your store access token, follow these steps:
-
Sign In: Log in to your account on our platform using your credentials.
-
Navigate to API Key Section: Locate and click on the “Test Api key/Live Api Key” tab.
Security Considerations
Keep your api-key confidential. Do not share it publicly or expose it in client-side code. Use secure methods to store and transmit the api-key, such as environment variables or securely encrypted storage.