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
}Relax. We'll talk through this in plain words — no textbook voice.
{
"success": true,
"data": { "id": "u_1" },
"error": null
}