200
OK
SuccessThe request has succeeded and the server returned the requested data.
Category: 2xx Success Standard: RFC 9110 First Appeared: HTTP/1.0
What is 200 OK?
HTTP 200 OK means the request succeeded and the server returned exactly what was asked for. It is the default success response for GET, and confirms POST/PUT/DELETE operations that return a body.
Client Request
Server
Response Sent
Common Causes
A GET request found the resource and returned it
A form or API call completed successfully
A cached response was revalidated and is still fresh
Ask AI Mentor about 200 OK
Get instant help and explanation