HTTP Status Codes

Reference guide for all HTTP status codes with descriptions

200

OK

The request succeeded

201

Created

Resource successfully created

204

No Content

Request succeeded with no content to return

301

Moved Permanently

Resource permanently moved to new URL

302

Found

Resource temporarily moved

304

Not Modified

Resource not modified since last request

400

Bad Request

Server cannot process the request

401

Unauthorized

Authentication required

403

Forbidden

Access to resource is forbidden

404

Not Found

Resource not found

500

Internal Server Error

Server encountered an error

502

Bad Gateway

Invalid response from upstream server

503

Service Unavailable

Server temporarily unavailable