Link Search Menu Expand Document

Communications Protocol

Overview

Protocol defines the methods and endpoints for interacting with the platform’s API.

Basic information about the protocol

  • communications protocol - HTTP;
  • all requests are made to the base address endpointUrl;
  • requests are sent using the POST method;
  • in the request body there is JSON, for one of the API methods;
  • in the Sign HTTP header, a signature must be passed (MD5 from the body of a POST request);
  • the server sends JSON in response.

Table of contents