latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

Count unread notifications

Returns the count of unread notifications for a user. Supports filtering by category and topic.

get/notifications/unread/count

Query parameters

categorystring

filter notifications by their category

topicstring

filter notifications by their topic

Response

OK

countinteger required

The count of notifications matching the query.

Example response

{
  "count": 5
}