GuideLab API

Get exact clinic dashboard counters

Returns tenant-scoped aggregate counters without loading or returning patient rows.

GET
/dashboard/clinic/stats

Returns tenant-scoped aggregate counters without loading or returning patient rows.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/dashboard/clinic/stats"
{  "actionsRequired": 0,  "awaitingApproval": 0,  "activeOrders": 0,  "deliveriesToday": 0}
Empty
Empty