API Introduction
Navigation
Request
When using APIs with authorization, you must send secret key in "X-Authorization" HTTP header.
API | HTTP method | Authorization |
---|---|---|
Public API | GET | No |
Private API | POST | Yes |
User API | POST | Yes |
Dashboard API | POST | Yes |
Response
Server response is in JSON format.
Successful Response Example:
{
"success": true,
"result": ["data"]
}
Failed Response Example:
{
"success": false,
"message": "An optional error message.",
"result": false
}
Change Localization
To change localization, use "language" parameter with language code.
Pagination
To paginate, use "page" parameter with page number. If you want to change number of objects per page, use "limit" parameter.
Response Example:
{
"success": true,
"pagination": [200, 50],
"result": ["data"]
}
# | Description |
---|---|
0 | Total Objects |
1 | Current Offset |
Work Documentation
For Developers
We work without days off 10:00 - 20:00 (GMT+3)
© 2018 - 2023 Made with Exchanger CMS