200
OK
Success (2xx)·RFC 9110
What 200 means
The request succeeded. This is the standard response for a successful HTTP request.
The meaning of the response body depends on the method: a GET returns the requested resource, a POST returns the result of the action, and so on.
Success (2xx)
The request was successfully received, understood and accepted.
Other 2xx codes
FAQ — 200
What does HTTP 200 mean?
200 OK: The request succeeded. This is the standard response for a successful HTTP request. The meaning of the response body depends on the method: a GET returns the requested resource, a POST returns the result of the action, and so on.
Which class does status code 200 belong to?
200 is a Success (2xx) code. The request was successfully received, understood and accepted.
Where is the 200 code defined?
Status code 200 is defined in RFC 9110 and is part of the IANA HTTP Status Code Registry.