Skip to main content
POST
/
notifications
/
archive-all-read
Archive all read
curl --request POST \
  --url https://api.wacht.dev/notifications/archive-all-read \
  --cookie session_id=
{
  "count": 25
}

Authorizations

session_id
string
cookie
required

Session-based authentication using cookies

Response

All read notifications archived

count
integer

Number of notifications archived

Example:

25