Introduction
This guide outlines various methods within the system's API for retrieving data about user accounts, product data, campaign details, and more, and will assist you in leveraging the full capabilities of data warehouse API.
The endpoints described in this guide are specifically designed to support users in configuring their own custom scenarios. These APIs can be utilized in the following ways:
1. Reporting Purposes
Extract real-time data on user accounts, product and order details, or campaign performance directly from the system. Create custom reports or dashboards to track key performance indicators (KPIs), analyze trends, and support decision-making processes.
2. Integration with Search Engines
Retrieve essential data such as product details, pricing, and stock levels from the system to feed into your own search engine infrastructure.
Each section of this documentation details the structure of API requests and responses, ensuring clarity and ease of use. The data retrieved through the API is always up-to-date, encompassing all records up to the exact moment the request is executed. This ensures that users have access to the most current information for their reporting needs.
NOTE:
All methods described in this documentation should be executed using the GET
method. It is also essential to include an authorization
key in the header for each request, formatted as Token <token>
.
Was this helpful?