Response Codes

Detailed information on Responses

Error Handling

Operations that result in an error due to a problem on the client’s part (for example, invalid parameters) returns standard 4xx codes. 5xx codes will be returned if the server encountered an unexpected condition that prevented it from fulfilling the request.

HTTP Response CodeResponse ConditionResponse Body
200 OKSuccessful response
204 No ContentStatus code message is displayed in the reply header
400 Bad RequestParameter(s) are invalid in some way.
401 UnauthorizedRequest could not be authorized.This error code can occur when access token has expired
403 ForbiddenRequest is forbidden, user does not have access to database.The error code is displayed with a message
404 Not FoundA required reference was not found.The error code is displayed with a message
409 ConflictConflict. Database is locked please try again later
500 Internal Server ErrorServer encountered an unexpected condition.