Requirements
As an API transport stands for HTTPS protocol, requests are sent using the POST method.
The request parameters are passed in JSON in the request body.
Encoding – utf-8.
Authentication – bearer the token returned in response to a previous successful request, to get the first token, you must log in with the /login_api endpoint.
Required headers
Content-Type = application/json; charset=utf-8
X-Requested-With = XMLHttpRequest
Authorization = Bearer token