List notifications
Retrieve a paginated list of notifications for a recipient, ordered by most recent first.
This is the recipient-facing feed, so it excludes notifications the recipient was never shown: muted (their preferences disallowed it), quota_exceeded, and not_requested (an email-only send, which created no in-app notification). To see those, use the Console — they are exactly the rows you need when asking “why didn’t they get it?”.
Authorizations
Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access or Recipient acess scope.
Path Parameters
The unique identifier of the recipient.
Query Parameters
Returns results before the specified cursor. Use this to paginate backwards or fetch earlier items in the list.
Returns results after the specified cursor. Use this to paginate forwards or fetch newer items in the list.
Maximum number of notifications to return.
x <= 100Response
List of notifications for the recipient.