1.6 – Status Codes

All status codes are standard HTTP status codes. The below ones are used in this API.

  • 2XX – Success of some kind
  • 4XX – Error occurred in the client’s part
  • 5XX – Error occurred in the server’s part
Status CodeDescription
200OK
201Created
202Accepted (Request accepted, and queued for execution)
400Bad request
401Authentication failure
403Forbidden
404Resource not found
405Method Not Allowed
409Conflict
412Precondition Failed
413Request Entity Too Large
500Internal Server Error
501Not Implemented
503Service Unavailable