Docs

Mark All Read

POST /notifications/read-all

POST/notifications/read-all

Marks all unread notifications as read for the authenticated user, optionally scoped to an organization or event. Use this to implement a "mark all as read" action in the inbox.

Required Tokens

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

Request Body

FieldTypeRequiredDescription
organizationIdGuidOptionalLimit the operation to a specific organization. If omitted, all unread notifications are marked read.
eventIdGuidOptionalFurther limit the operation to a specific event.

Response

200 OK — No body.