devguard
NotificationsUnread count

Count the unread notifications for an organization.

GET
/notifications/unread-count/

Authorization

Authorization
AuthorizationBearer <token>

In: header

Query Parameters

organizationId*string
Length1 <= length

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/notifications/unread-count/?organizationId=string"
{  "count": 0}

How is this guide?