Get Unread Notification Count

GET

/v1/notifications/unread_count

Returns the total number of unread notifications for badge rendering.

Responses

200Unread count
{
  "data": {
    "unread_count": 3
  }
}