REST API Response Status Flash Cards

REST API Response Status - 7 Cards
Click here to toggle all cards
200
Success
201
Created
204
No Content
401
Unauthorized (when authorization fails)
400
Bad Request (such as validation error)
404
Resource Not Found
500
Server Error