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

FieldTypeRequiredDescription
BearerAuthorization: Bearer <token>OptionalAuthenticate via OAuth2 in Bruno.

Query Parameters

FieldTypeRequiredDescription
organizationIdGuidOptionalScope the count to a specific organization.
eventIdGuidOptionalScope the count to a specific event.

Response

Returns an integer representing the number of unread notifications.