Skip to main content
POST
/
v1
/
api
/
notifications
/
read-all
Mark all notifications read
curl --request POST \
  --url https://api.hq.zone/v1/api/notifications/read-all \
  --header 'Authorization: Bearer <token>'
{
  "updated": 1
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Response

200 - application/json

All marked read

updated
integer<int64>
required
Required range: x >= 0