January 26
|
New API |
We are changing how our API works. Instead of creating and maintaining separate libraries, we have developed a special layer between calls through the web interface of the control panel. With its help, you can log in with a token, execute requests on behalf of the user and receive responses in JSON format.
Using this approach has the following advantages:
- Most of the actions available in the control panel can be performed through the API.
- Always up to date API. The main features of the control panel are immediately available through the API.
- API stability. The control panel is checked daily by thousands of users.
The nuance of this scheme is that some API functions can be changed without warning, however, according to our observations, the appearance of new parameters should have a minimal effect on the operation of existing functions.
All available methods and their parameters are presented in the documentation at https://epp.ua/.
The new API is already available to all users. The old API will work until March 1, 2021. Users using the old API need to update their scripts.








Only registered users can leave comments