Frontend API
cURL
curl --request GET \ --url https://api.wacht.dev/notifications/scope-unread \ --cookie session_id=
{ "organization": 5, "workspace": 2, "global": 1 }
Get unread notification counts grouped by scope
Session-based authentication using cookies
Unread counts retrieved
Was this page helpful?