Retrieve a paginated list of notifications for a recipient, ordered by most recent first.
Bearer authentication header of the form Bearer bv_xxxxxxxxx
, where bv_xxxxxxxxx
is your API Key with Full access
or Recipient acess
scope.
The unique identifier of the recipient.
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 <= 100
List of notifications for the recipient.
The response is of type any
.