Response codes

The API may return the following codes:

CodeNameDescription
200SuccessSuccess
201CreatedResource created
204No ContentSuccess but the response does not contain any data (e.g., deletion)
400Bad RequestThe request is invalid
401UnauthorizedAuthentication failed
403ForbiddenInsufficient rights to perform the requested action
404Not FoundThe resource is not found
422Unprocessable EntityThe transmitted data is malformed
429Too Many RequestsToo many requests have been made
500Internal Server ErrorAn internal server error occurred (the technical team is automatically notified)