If you have already subscribed for the API service, skip this step.
Navigate to Subscriptions > Billing > Add-on Subscriptions
Subscribe for the service and do the needful.
3
Generate API Credentials
Once you have subscribed for API service you can generate an API credentials from our portal.
Navigate to API Credentials in profile menu.
Click on Create Tokento generate a new API token.
It will generate a pair api_keyand access_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.