API Introduction
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
We work without days off 10:00 - 20:00 (GMT+3)
© 2018 - 2023 Made with Exchanger CMS