Skip to main content
Most /v1 errors use:
Successful responses use { "status": true, "message", "data?", "meta?" }.

HTTP status mapping

Some authentication failures return { "status": "failed", "message": "...", "data": null } without a code field.

Validation errors

Do not retry 422 without changing the payload.