Section: Success status codes

200 OK

http
http
HTTP/1.1 200 OK
Explanation

Use `200 OK` for successful reads and updates when you are returning a representation.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Success status codes
201 Created
Successful resource creation.
OpenIn sheethttpsame section
202 Accepted
Accepted for asynchronous processing.
OpenIn sheethttpsame section
204 No Content
Success without a response body.
OpenIn sheethttpsame section
304 Not Modified
Cache validation succeeded; body omitted.
OpenIn sheethttpsame section
400 Bad Request
Malformed request syntax or invalid shape.
OpenIn sheethttp1 tag match
401 Unauthorized
Missing or invalid authentication credentials.
OpenIn sheethttp1 tag match