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
Example response
{
"count": 5
}