Mark notifications as seen
Mark specific and multiple in-app (inbox) notifications as seen. Supports context-based filtering.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Request Body
application/jsonRequirednotificationIdsarray<string>Specific notification IDs to mark as seen
tagsobjectFilter notifications by workflow tags (OR for string[], or { and: [{ or: string[] }, ...] } for AND of OR-groups).
datastringFilter notifications by data attributes (JSON string)
contextKeysarray<string>Context keys for filtering notifications
Path Parameters
subscriberIdRequiredstringThe identifier of the subscriber
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
Empty