Get the unseen in-app notifications count for subscribers feed
GET
/v1/subscribers/{subscriberId}/notifications/unseen
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Path Parameters
subscriberId
RequiredstringQuery Parameters
seen
booleanIndicates whether to count seen notifications.
Default:
false
limit
numberThe maximum number of notifications to return.
Default:
100
Header Parameters
idempotency-key
stringA header for idempotency purposes
OK