Docs
Get Unread Count
GET /notifications/unread-count?organizationId={organizationId}
GET
/notifications/unread-count?organizationId={organizationId}Returns the count of unread notifications for the authenticated user, optionally scoped to an organization or event. Used to drive inbox badge counts in the UI.
Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <token> | Optional | Authenticate via OAuth2 in Bruno. |
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Optional | Scope the count to a specific organization. |
| eventId | Guid | Optional | Scope the count to a specific event. |
Response
Returns an integer representing the number of unread notifications.