Mark a notification as read
Mark a specific in-app (inbox) notification as read by its unique identifier **notificationId**.
Mark a specific in-app (inbox) notification as read by its unique identifier notificationId.
Authorization
secretKey API key authentication. Allowed headers-- "Authorization: ApiKey <secret_key>".
In: header
Path Parameters
The identifier of the subscriber
The identifier of the notification
Query Parameters
Context keys for filtering
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
application/json
curl -X PATCH "https://example.com/v2/subscribers/string/notifications/string/read"{ "id": "string", "transactionId": "string", "subject": "string", "body": "string", "to": { "id": "string", "firstName": "string", "lastName": "string", "avatar": "string", "subscriberId": "string" }, "isRead": true, "isSeen": true, "isArchived": true, "isSnoozed": true, "snoozedUntil": "string", "deliveredAt": [ "string" ], "createdAt": "string", "readAt": "string", "firstSeenAt": "string", "archivedAt": "string", "avatar": "string", "primaryAction": { "label": "string", "isCompleted": true, "redirect": { "url": "string", "target": "_self" } }, "secondaryAction": { "label": "string", "isCompleted": true, "redirect": { "url": "string", "target": "_self" } }, "channelType": "in_app", "tags": [ "string" ], "data": {}, "redirect": { "url": "string", "target": "_self" }, "workflow": { "id": "string", "identifier": "string", "name": "string", "critical": true, "tags": [ "string" ], "data": {}, "severity": "high" }, "severity": "high"}Retrieve subscriber notifications count GET
Retrieve count of in-app (inbox) notifications for a subscriber by its unique key identifier **subscriberId**. Supports multiple filters to count in-app (inbox) notifications by different criteria, including context keys.
Mark a notification as unread PATCH
Mark a specific in-app (inbox) notification as unread by its unique identifier **notificationId**.