To work with the API, you will need a token, which you can get in your personal account on the profile page.
Access to the API is only possible for paid tariffs, for more information, see your personal account on the Tariffs page.
At the moment, there is a limit on the number of API requests, which is no more than 10 requests per second.
Select the desired method from the menu and follow the instructions for making a request to our server.
Possible errors when accessing the API
| Response code | Description |
|---|---|
| 401 | Invalid token, authorization error. |
| 403 | The user is blocked. The tariff plan does not match. |
| 422 | Error with incoming data. |
| 429 | Exceeded the number of requests per second. |
Return values in case of an error
| Parameter | Type | Description |
|---|---|---|
| status | bool (false) | The status of the request. |
| errors | string | Description of errors. |