Skip to content

Status Code Overview

Clients should first evaluate the HTTP status code and then read code in the response body.

Success Responses

HTTP StatusBusiness CodeDescription
200SUCCESSThe request succeeded and returned a result
202COMMAND_ACCEPTEDThe command was accepted. The device execution result must be checked through command status

Error Responses

HTTP StatusBusiness CodeDescription
400INVALID_REQUESTRequest parameters, body, or headers are invalid
401AUTH_REQUIREDMissing Authorization request header
401AUTH_INVALIDAuthentication information is invalid
401AUTH_EXPIREDThe access token has expired
403AUTH_SCOPE_DENIEDThe current client does not have the permission required by this endpoint
404DEVICE_NOT_FOUNDThe device does not exist, or the current client is not allowed to access it
404COMMAND_NOT_FOUNDThe command does not exist, or the current client is not allowed to access it
409IDEMPOTENCY_CONFLICTThe same Idempotency-Key was used with a different request body
422COMMAND_REJECTEDThe command format is valid but was rejected for business reasons
429RATE_LIMITEDThe request hit a rate limit
500INTERNAL_ERRORInternal server error

Continue Reading

Docs buildVersion v1.2.19-20260602-174859-60
Copyright © 2026 WLTE