Docs
Mark Read
POST /notifications/{notificationId}/read
POST
/notifications/{notificationId}/readMarks a single notification as read by setting its readAt timestamp. Idempotent — calling it on an already-read notification has no effect.
Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <token> | Optional | Authenticate via OAuth2 in Bruno. |
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| notificationId | Guid | Required | ID of the notification to mark as read. |
Response
200 OK — No body.