HTTP Status Codes
To communicate via API, the client (external system) generates HTTP requests and sends them to the server (platform) connected via WebSocket. WebSocket. When the request is processed, a response is received from the server with a certain status, which describes the result of the fulfillment of the request. request. The most common statuses are:
-
200 OK - successful execution of the request;
-
401 Unauthorized - token is not specified or its validity period has expired; 401 Unauthorized - token is not specified, or its validity period has expired validity;
-
403 Forbidden - the request is unavailable according to access settings or license restrictions;
-
404 Not Found - request for non-existent resource.