We upgraded our system. If you found any error, please contact with our support.
API Introduction
API IntroductionExample Request
Example Response
Change Localization
List Pagination
Example Request
When using an authenticated API, you need to send a secret key in the HTTP header "X-Authorization".
API HTTP Method Authorization
Public API GET No
Private API POST Yes
User API POST Yes
Dashboard API POST Yes
Example Response
The server response is provided in JSON format.
Example of a successful response:
{
"success": true,
"result": ["data"]
}
Example of an unsuccessful response:
{
"success": false,
"message": "Optional error message.",
"result": false
}
Change Localization
To change localization, use the "language" parameter with the language code.
List Pagination
To paginate lists, use the "page" parameter with the page number. If you want to change the number of items per page, use the "limit" parameter.
Example response:
{
"success": true,
"pagination": [200, 50],
"result": ["data"]
}
# Description
0 Total Objects
1 Current Position
01.04.2025, 11:53