Thuta Learning
IntermediateWeb Developmentintermediate

Response Shape & Status Codes

Relax. We'll talk through this in plain words — no textbook voice.

Response Shape & Status Codes

  • 2xx – Success
  • 4xx – Client Error (400, 401, 403, 404)
  • 5xx – Server Error
text
{
  "success": true,
  "data": { "id": "u_1" },
  "error": null
}
Response Shape & Status Codes | Thuta Learning