HTTP 200
OK
Used when getting or posting data to indicate success
HTTP 201
Created
Used when a resource is created with a REST API call
HTTP 400
Bad Request
Request dailed due to client-side issue
HTTP 401
Unauthorized
Client isn’t authorized to access site/API call
HTTP 403
Forbidden
Access not granted based on credentials
HTTP 404
Not Found
URL location doesn’t exist or is hidden