Response Codes

List of possible response codes

CodeDefinitionReturnsRemarks
200OKThe requested data.
201CreatedThe newly created data.
400Bad RequestAn error object.General error within the API.
401Unauthorized
404Not FoundWrong URL or current user does not own specific object being manipulated.
422Unprocessable EntityA validation error object.Validation errors, missing parameters or incorrect data.
500Internal Server Error