Response Codes
List of possible response codes
Code | Definition | Returns | Remarks |
---|---|---|---|
200 | OK | The requested data. | |
201 | Created | The newly created data. | |
400 | Bad Request | An error object. | General error within the API. |
401 | Unauthorized | ||
404 | Not Found | Wrong URL or current user does not own specific object being manipulated. | |
422 | Unprocessable Entity | A validation error object. | Validation errors, missing parameters or incorrect data. |
500 | Internal Server Error |
Updated about 2 years ago