Response and error codes

Rimba 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.

Errors

All requests that result in an error, will be responded with 4xx and 500 codes.

Code 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 Rimba is mistaken