User Manual
Version 7.6
×

General API

 
The API works at the address:
https://<address>/api/api.php
 
Authorization - You need to use the URL of the server admin panel, as well as the login and password from the admin panel.
 
Response:
{ "code": 0, "msg": "OK", requested data
}
 
code=0 successful
 
code=1 error
 
msg =description of the error or OK
 
if you add the parameter out=xml to the request, the result will be in XML format
the format of the requested data depends on the request and is described below