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.
Required range:
x <= 100
Response
200 - application/json
List of notifications for the recipient.
The response is of type any
.