Skip to main content

Errors

In case of Error during handling user’s request the API responds using the following schema:

{
"code": 500,
"message": "Internal Server Error"
}

Error Codes

The following error codes are the possible errors of all methods

ErrorCodeStatusRelated Requests
Bad Request400BAD_REQUESTAll POST, PATCH, and PUT
Unauthorized401UNAUTHORIZEDAll*
Forbidden Access to Resource403FORBIDDENAll**
Entity Not Found404NOT_FOUNDAll GET
Entity already exists409CONFLICTAll POST, PATCH, and PUT
Cannot consume content type415UNSUPPORTED_MEDIA_TYPEAll POST, PATCH, PUT
Internal Server Error500INTERNAL_SERVER_ERRORAll

* if a user is not authenticated

** if a user is forbidden to access the resource