API Status Codes Flashcards
Overview
- 1xx - Informational responses
- 2xx - Success
- 3xx - Redirection
- 4xx - Client errors
- 5xx - Server Errors
100
Continue
101
Switching protocols
102
Processing
200
OK. Unlike 204, 200 has a response body
201
Created
202
Accepted, indicates that the request has been accepted for processing, but the processing has not been completed
204
No content, usually in response to PUT, POST, or DELETE requests. No message body
205
Reset content
301
Moved Permanently
302
Found
303
See other
304
Not Modified
307
Temporary redirect
400
Bad request
401
Unauthorized, specifically for use when authentication is required and has failed or has not yet been provided
403
Forbidden, indicates request was valid, but server is declining to send a response
404
Not Found
405
Method not allowed
406
Not acceptable
408
Request Timeout
413
Request header fields too large
414
request-url too long
415
unsupported media type
500
Internal server error
501
Not implemented
502
Bad gateway
503
Service unavailable
504
Gateway Timeout
505
HTTP version not supported
507
Insufficient Storage
599
Network Connect Timeout Error