// http 2xx · success
HTTP 200 OK
Standard response for a successful request.
What HTTP 200 OK means
200 OK is the standard success response. The request worked and the response body contains the result — the page, the API data, the file. It's the code you want to see for a normal GET or a successful POST that returns content.
Which category is it?
200 is a 2xx code — Success. 2xx means the request was received, understood, and accepted — everything worked.