Status codes

Overview

The status codes you can encounter for each method do vary slightly, but in general, you will only ever encounter the below status codes.


Status codes

status_codestatus_code_typestatus_code_description
200SuccessfulYour request was processed successfully
201CreatedYour request was processed and the object has been created
204No contentYour request was processed and the object has been removed
400Bad requestYour request structure or data was invalid and was not processed
404No such objectYour request was processed but no object could be found
500Internal server errorSomething has gone wrong. Its us, not you - we promise.

πŸ“˜

Take note

If you do encounter a 500 status code, then you should definitely let us know.