All HTTP Status Codes
200

OK

2xx Success

What It Means

The request has succeeded. The meaning depends on the HTTP method used.

When You'll See It

Standard response for successful GET, POST, PUT requests.

Related Status Codes

Frequently Asked Questions

What does HTTP 200 mean?

HTTP 200 OK means: The request has succeeded. The meaning depends on the HTTP method used.

When does a server return 200?

Standard response for successful GET, POST, PUT requests.

Is 200 a client error or server error?

HTTP 200 is a Success (2xx) response. This is a success response, meaning the request was received, understood, and accepted.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.