Notification

Unread notification count

Returns the number of unread in-app notifications for the current user. Designed for polling.

GET
/api/v2/notifications/unread-count

Authorization

BearerAuthObject
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v2/notifications/unread-count"
{  "count": 3}
{  "message": {    "error": "Your request was made with invalid credentials."  }}
{  "message": {    "error": "Oops! Something went wrong! Write to administrator. Your Request Id {f1177aee-9a99-42f0-a23f-4dd29fc39b65-672e0df972ccb}"  }}