Table of Contents
Informational
Range 1xx
Success
- 200
- OK
- 201
- Created
- 202
- Accepted, e.g. for successful actions that take longer time
- 204
- No Content
Redirection
- 301
- Moved Permanently
- 302
- Found
- 303
- See Other
- 304
- Not Modified
- 307
- Temporary Redirect
Client Error
- 400
- Bad Request
- 401
- Unauthorized
- 403
- Forbidden
- 404
- Not Found
- 405
- Method Not Allowed
- 405
- Not Acceptable, API can't provide any one of the clients accepted media types
- 412
- Precondition Failed
- 415
- Unsupported Media Type
- 418
- I'm A Teapot
- 451
- Unavailable for Legal Reasons, A reference to the book “Fahrenheit 451”
Server Error
- 500
- Internal Server Error
- 501
- Not Implemented