Docs
Mark All Read
POST /notifications/read-all
POST
/notifications/read-allMarks 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
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <token> | Optional | Authenticate via OAuth2 in Bruno. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| organizationId | Guid | Optional | Limit the operation to a specific organization. If omitted, all unread notifications are marked read. |
| eventId | Guid | Optional | Further limit the operation to a specific event. |
Response
200 OK — No body.