Response and error codes

CRS uses default HTTP Status Codes for the status of the responses. Successful requests will be answered with a 200 OK response. Successful POST requests will be answered with a 201 Created response.

Code Message Reason
400 Bad Request Data in JSON body is not correctly structured or required arguments are missing.
401 Unauthorized Login credentials are incorrect or account has no access to this function.
403 Forbidden No access to this object or no rights to this feature
404 Not Found Object could not be found
429 Too Many Requests Rate limit reached
500 Internal Server Error CRS is mistaken