Skip to main content
GET
/
notifications
/
scope-unread
Get unread count by scope
curl --request GET \
  --url https://api.wacht.dev/notifications/scope-unread \
  --cookie session_id=
{
  "organization": 5,
  "workspace": 2,
  "global": 1
}

Authorizations

session_id
string
cookie
required

Session-based authentication using cookies

Response

Unread counts retrieved

{key}
integer