The request worked. You only see these in logs when monitoring success rate or specific business flows.
| Code | Meaning | When you see it |
|---|---|---|
| 200 OK | Standard success | Normal traffic |
| 201 Created | Resource was created | POST endpoints returning new objects |
| 202 Accepted | Request accepted, processing async | Background job APIs |
| 204 No Content | Success but no body returned | DELETE operations, PUT updates |