Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleAttention!

Examples of GET requests queries have been removed as they are not secure and can be intercepted via MITM attacks or packet sniffing when using the HTTP protocol.

The GET request query functionality remains, but may be removed in future releases.

It is strongly recommended to use exclusively JSON POST requests queries with Content-type: application/json header

Example of POST request query to  http://<DOMAIN>/api/auth/

...

The token parameter must be passed with the request query when calling any API function except auth (in the format of the corresponding data transfer type (POST, GET, PUT)).


Example of sending data by POST request query to http://<DOMAIN>/api/<SOME_FUNC>/

...