Notifly
API ReferenceSubscribers

Retrieve unseen notifications count

This API is deprecated, use v2 API instead. Retrieve unseen in-app notifications count for a subscriber by its unique key identifier **subscriberId**.

Deprecated

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

This API is deprecated, use v2 API instead. Retrieve unseen in-app notifications count for a subscriber by its unique key identifier subscriberId.

Authorization

secretKey
Authorization<token>

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

In: header

Path Parameters

subscriberId*string

Query Parameters

seen?boolean

Indicates whether to count seen notifications.

Defaultfalse
limit?number

The maximum number of notifications to return.

Default100

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/subscribers/string/notifications/unseen"
{  "data": {    "count": 0  }}