Mark notifications as seen
Mark specific and multiple in-app (inbox) notifications as seen. Supports context-based filtering.
Mark specific and multiple in-app (inbox) notifications as seen. Supports context-based filtering.
Authorization
secretKey API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".
In: header
Path Parameters
The identifier of the subscriber
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v2/subscribers/string/notifications/seen" \ -H "Content-Type: application/json" \ -d '{}'Revert a notification action PATCH
Revert a single in-app (inbox) notification's action (primary or secondary) to pending state by its unique identifier **notificationId** and action type **actionType**.
Mark all notifications as read POST
Mark all in-app (inbox) notifications matching the specified filters as read. Supports context-based filtering.