GuideLab API

Get notification unread count

Returns the count of unread notifications for the current user within their active organization. Available to both labs and clinics.

GET
/notifications/unread-count

Returns the count of unread notifications for the current user within their active organization. Available to both labs and clinics.

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/notifications/unread-count"
{  "count": 0}
Empty