Updated on 2026-07-27 GMT+08:00

Status Codes

Table 1 lists the status codes and messages returned by the server to users. 2xx indicates that the access is successful and 3xx indicates redirection. 4xx and 5xx indicate calling failure. For details about the error codes, see Error Code Description.

Table 1 Status codes

Status Code

Description

2xx

The server has successfully returned the requested data.

3xx

Redirection. Further operations are required to complete the request.

4xx

The client request cannot be fulfilled. Possible causes include an invalid request format, insufficient permissions, or a resource that does not exist.

5xx

The request failed to be processed due to an internal server error.

Send API requests using the HTTP/1.1 format that complies with RFC 7230 and RFC 7231.