GET
/
v1
/
subscribers
/
{subscriberId}
/
notifications
/
feed

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Path Parameters

subscriberId
string
required

Query Parameters

page
number
limit
number
default:
10
Required range: x < 100
read
boolean
seen
boolean
payload
string

Base64 encoded string of the partial payload JSON object

Response

200
application/json
hasMore
boolean
required

Indicates if there are more notifications to load.

data
object[]
required

Array of notifications returned in the response.

pageSize
number
required

The number of notifications returned in this response.

page
number
required

The current page number of the notifications.

totalCount
number

Total number of notifications available.