Response codes
Overview
The status codes for each method vary slightly, but generally, you will only ever encounter the below status codes:
Take note
If you do encounter a 500 status code, then you should definitely let us know.
Status codes
status_code | status_code_type | status_code_description |
---|---|---|
200 | Successful | Your request was processed successfully |
201 | Created | Your request was processed and the object has been created |
204 | No content | Your request was processed and the object has been removed |
400 | Bad request | Your request structure or data was invalid and was not processed |
404 | No such object | Your request was processed but no object could be found |
500 | Internal server error | Something has gone wrong. It's us, not you - we promise |
Updated over 1 year ago