API Response Codes
IoT Platform returns the following error/status codes in response to an IoT Platform API request:
Code
Description
200
HTTP status code OK.
201
A Post request has been successfully executed, thus creating the relevant entity on the IoT Platform server.
204
No Content. The server has successfully fulfilled the request and there is no additional content to send in the response payload body.
401
The request contains unauthorized or missing authentication properties – Client ID/Client Secret or Token.
500
A General Internal Server Error is preventing a proper response.