Subscribers
Get in-app notifications feed of subscriber.
GET
/
v1
/
subscribers
/
{subscriberId}
/
notifications
/
feed
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorization
string
headerrequiredAPI key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
Path Parameters
subscriberId
string
requiredQuery Parameters
page
number
limit
number
default: 10read
boolean
seen
boolean
payload
string
Base64 encoded string of the partial payload JSON object
Response
200 - application/json
page
number
requiredThe current page of the paginated response
hasMore
boolean
requiredDoes the list have more items to fetch
pageSize
number
requiredNumber of items on each page
data
object[]
requiredThe list of items matching the query
Was this page helpful?