Edit me

All requests are sent over HTTPS using UTF-8.

GET, POST and DELETE (DELETE method is used for webhook removal) methods are supported.

There are 3 ways of passing over request parameters:

  • URL query string;
  • application/json;
  • multipart/form-data.

Response contains http status and text of exception in case if any kind of error occur.

To send a command request CommandRequest object is sent.

CommandRequest composed of an array of Command type objects.