{"ok":true,"data":{"name":"LabSaaS API","version":"v1","auth":{"login":"POST /api/v1/auth/login","me":"GET /api/v1/me","usage":"Pass Authorization: Bearer <token> or Cookie lab_session"},"endpoints":[{"method":"GET","path":"/api/v1/me","description":"Current user"},{"method":"POST","path":"/api/v1/auth/login","description":"Login"},{"method":"POST","path":"/api/v1/auth/impersonate","description":"Super: impersonate client"},{"method":"POST","path":"/api/v1/auth/stop-impersonation","description":"Super: stop impersonation"},{"method":"GET","path":"/api/v1/dashboard","description":"Lab dashboard stats"},{"method":"GET","path":"/api/v1/income-report","description":"Admin income & test demand report"},{"method":"GET|PATCH","path":"/api/v1/client","description":"Current lab branding"},{"method":"GET|POST","path":"/api/v1/patients","description":"List/create patients"},{"method":"GET|PATCH","path":"/api/v1/patients/:id","description":"Get/update patient"},{"method":"GET|POST","path":"/api/v1/tests","description":"List/create tests"},{"method":"GET|POST","path":"/api/v1/catalog/tests","description":"Search master catalog / add snapshot to lab"},{"method":"GET|PATCH|DELETE","path":"/api/v1/tests/:id","description":"Get/update/delete test"},{"method":"POST","path":"/api/v1/tests/:id/fields","description":"Add test field"},{"method":"DELETE","path":"/api/v1/tests/:id/fields/:fieldId","description":"Remove field"},{"method":"GET|POST","path":"/api/v1/orders","description":"List/create orders"},{"method":"GET|PATCH","path":"/api/v1/orders/:id","description":"Get/update order"},{"method":"POST","path":"/api/v1/orders/:id/items","description":"Add tests to order"},{"method":"DELETE","path":"/api/v1/orders/:id/items/:itemId","description":"Remove order item"},{"method":"POST","path":"/api/v1/orders/:id/payment","description":"Record payment"},{"method":"GET","path":"/api/v1/reports","description":"List reports"},{"method":"GET","path":"/api/v1/reports/by-order/:orderId","description":"Report by order"},{"method":"POST","path":"/api/v1/reports/:reportId/start","description":"Start report"},{"method":"PUT","path":"/api/v1/reports/:reportId/results","description":"Save results"},{"method":"GET|POST","path":"/api/v1/invoices","description":"List/create invoices"},{"method":"GET","path":"/api/v1/invoices/:id","description":"Get invoice"},{"method":"POST","path":"/api/v1/invoices/:id/paid","description":"Mark paid"},{"method":"POST","path":"/api/v1/invoices/:id/send","description":"Send invoice"},{"method":"GET|POST","path":"/api/v1/users","description":"Lab users"},{"method":"PATCH","path":"/api/v1/users/:id/screens","description":"Update screen access"},{"method":"PATCH","path":"/api/v1/users/:id/password","description":"Admin change user password"},{"method":"GET|POST","path":"/api/v1/super/clients","description":"Super: clients"},{"method":"GET|PATCH","path":"/api/v1/super/clients/:id","description":"Super: client flags"},{"method":"GET|PATCH","path":"/api/v1/super/clients/:id/messaging","description":"Super: per-client email/WhatsApp config"},{"method":"GET|PATCH","path":"/api/v1/super/messaging","description":"Super: LabSaaS support SMTP (feature requests)"},{"method":"POST","path":"/api/v1/features/request","description":"Request feature enable"}]}}