Skip to main content
POST
/
api
/
v1
/
ops
/
notifications
/
read-all
Mark All Notifications As Read
curl --request POST \
  --url https://api.example.com/api/v1/ops/notifications/read-all \
  --header 'Authorization: Bearer <token>'
{
  "updatedCount": 3
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

Bulk notification update result.

updatedCount
integer
required

Updated notification count.

Example:

3