Subscribers
Snooze a notification
Snooze a specific in-app (inbox) notification by its unique identifier notificationId until a specified time.
patch/v2/subscribers/{subscriberId}/notifications/{notificationId}/snooze
Path parameters
subscriberIdstring required
The identifier of the subscriber
notificationIdstring required
The identifier of the notification
Query parameters
contextKeysstring[]
Context keys for filtering
Request body
Example request
{
"snoozeUntil": "2026-03-01T10:00:00Z"
}Response
OK
Changes
Changed in 1 of the 13 revisions of this API.1
- ●
added the new
toolenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●