The Client API is a powerful tool that allows users to interact with our system programmatically, enabling seamless integration and automation of various processes. This documentation aims to provide a comprehensive guide on how to effectively use the Client API and outlines the necessary steps to get started.
Before utilizing the Client API, users are required to inform the support team about their intention to use the API. This step ensures that the Client API is enabled on the respective account and allows for the generation of the main token, which serves as a crucial authentication mechanism.
Once the support team enables the Client API, the main token is generated automatically. To access the main token, users can navigate to the Account Settings section of our My Account application. Within the Account Settings, locate the Client API tab, which is illustrated in the picture below.

Within the Client API tab, the following fields are available for configuration:
With the main token and client token generated, users can now proceed to make API requests. The client token should be included in the authorization headers of each API request to ensure successful authentication and access. Refer to our Client API Documentation for detailed information regarding the available endpoints, request formats, and response structures.

Account API works by sending and receiving either POST or GET requests via HTTP protocol.
For authentication purposes, you need to get a unique Refresh Token. Refresh Token is used to get your Access Token. Refresh Token and Access Token, by default, is not set. You must ask the service provider to enable and generate Refresh Token.
You must make sure Refresh Token is kept secret.
Both the API key and all other necessary arguments are sent as part of the HTTP GET or HTTP POST request.
Please Note:
Parameter names are case-sensitive.
Response from the above sample request, by default, comes in JSON format.
Should you encounter any issues or have further questions regarding the Client API, our support team is readily available to assist you. Feel free to reach out to us via the designated support channels, and we will be more than happy to provide the necessary guidance and assistance.