x-tenant-id
| Base URL | /api/v1 · Health: GET /health (no auth) |
|---|---|
| Realtime | GET /api/v1/tenant/sse with Authorization: Bearer <access_token> |
| Response envelope | Success: ok, status, invokedMethod, timestamp, data. Error: ok: false and error: { code, message, requestId }. |
| List pagination | limit (default 50), offset (default 0), optional orderBy, orderDir (ASC | DESC, default DESC) |