Fellowship One REST API

HTTP Status Codes

The HTTP status codes used by this API were implemented using the standards provided from the HTTP 1.1 specification RFC2616

200 - OK [GETs, PUTs, and DELETEs]

201 - Resource created [POST]

204 - No Content [POST, DELETE]

301 - Moved Permanently

400 - Bad Request: There is an error on the client side.

401 - Unauthorized

403 - Forbidden - Failed authorization

404 - Not Found: When a client requests a URI that does not map to a resource on the server

405 - Method not allowed

406 - Not Acceptable

409 - Conflict: Client tried to put the servers resource in an impossible or inconsistent state

410 - Gone: server knew there used to be a resource but it's gone now

415 - Unsupported Media Type

500 - Internal Server Error