GuideLab API

Get conversation unread count

Returns the total number of unread conversation messages across all partnerships for the current organization. Available to both labs and clinics.

GET
/notifications/count

Returns the total number of unread conversation messages across all partnerships for the current 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/count"
{  "unreadCount": 0}
Empty