Quick Start
Get API credentials
Here's a step-by-step guide on how to generate API credentials from a user panel:
Login to your account
Enter your credentials to log in to your account
Generate API Credentials
Once you have subscribed for API service you can generate an API credentials from our portal.
Navigate to
API Credentialsin profile menu.Click on
Create Tokento generate a new API token.It will generate a pair
api_keyandaccess_token,Download credentials and preserve it at a secure place
That's it!. You have successfully created the API credentials required for making API requests.
For security reasons, these credentials will have expiry time attached to it.
Send API Request
To ensure secure API access, every request must include an Authorization header with the following format:
Authorization: Bearer <access_token>Replace access_token with the actual token obtained through the previous step. This token serves as proof of identity and authorization, allowing the API to verify the request and grant access to protected resources.
Last updated