Status Codes

HTTP Status Codes

Success Status

Status Code / Text Description
200 OK Successful Request
201 Created Successful Request & resource is created
202 Accepted Request is accepted for processing
204 No Content Delete/Update operation successful & no content

Error Conditions

Status Code / Text Description
400 Bad Request If the request has invalid data or parameters
401 Unauthorized Either your Auth token is invalid or expired.
403 Forbidden Requested endpoint is invalid or method not allowed
404 Not Found Request entity/data is not found
412 Precondition Failed
413 Payload Too Large If the request has large payload than the allowed limit.
415 Unsupported Media Type If the media type of the request is not application/json
429 Too Many Requests Rate limit exceeded
500 Internal Server Error Server side failure, either due to your or server side error.
503 Service Unavailable Service is unavailable due to an unavoidable reason
520 Unknown Error If unknown error has occurred

Websocket, MQTT operation (op-code) & status code

Refer to Websocket, MQTT operation & status code

ICApp Execution Status Logs

All ICApp execution status are available as event logs. For a given execution logs can be viewed by clicking settings (cog icon) button of your card in the UI.

View Logs

Last modified June 30, 2025