Subscribers
Get the unseen in-app notifications count for subscribers feed
GET
/
v1
/
subscribers
/
{subscriberId}
/
notifications
/
unseen
Authorization
Path
Query
curl --request GET \
--url https://api.novu.co/v1/subscribers/{subscriberId}/notifications/unseen \
--header 'Authorization: <authorization>'
{
"data": {
"count": "number"
}
}
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorizationheaderrequired
string
Path Parameters
subscriberIdrequired
string
Query Parameters
seenrequired
boolean
limitrequired
number
Response
200 - application/json
data
object
curl --request GET \
--url https://api.novu.co/v1/subscribers/{subscriberId}/notifications/unseen \
--header 'Authorization: <authorization>'
{
"data": {
"count": "number"
}
}