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
tagsarray<string>Filter notifications by workflow tags
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