v4

OpenAPI 3.0.0MIT2026-07-311494532.1 MB
Subscribers

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.

get/v2/subscribers/{subscriberId}/notifications

Path parameters

subscriberIdstring required

The identifier of the subscriber

Query parameters

limitnumber
afterstring
offsetnumber
readboolean

Filter by read/unread state

archivedboolean

Filter by archived state

snoozedboolean

Filter by snoozed state

seenboolean

Filter by seen state

datastring

Filter by data attributes (JSON string)

severitystring[]

Filter by severity levels

createdGtenumber

Filter notifications created on or after this timestamp (Unix timestamp in milliseconds)

createdLtenumber

Filter notifications created on or before this timestamp (Unix timestamp in milliseconds)

contextKeysstring[]

Context keys for filtering notifications in multi-context scenarios

Headers

idempotency-keystring

A header for idempotency purposes

Response

OK

hasMoreboolean required

Indicates if there are more notifications available

filterobject required

The filter applied to the notifications