Retrieve subscriber notifications
Retrieve in-app (inbox) notifications for a subscriber by its unique key identifier subscriberId. Supports filtering by tags, read/archived/snoozed/seen state, data attributes, severity, date range, and context keys.
Path parameters
The identifier of the subscriber
Query parameters
Filter by read/unread state
Filter by archived state
Filter by snoozed state
Filter by seen state
Filter by data attributes (JSON string)
Filter by severity levels
Filter notifications created on or after this timestamp (Unix timestamp in milliseconds)
Filter notifications created on or before this timestamp (Unix timestamp in milliseconds)
Context keys for filtering notifications in multi-context scenarios
Headers
A header for idempotency purposes
Response
OK
Changes
Changed in 1 of the 12 revisions of this API.1
- ●
added the new
toolenum value to thedata/items/channelTyperesponse property for the response status200response-property-enum-value-added
- ●