Skip to main content
POST
/
v1
/
api
/
inbox
/
read_all
Mark all inbox messages read
curl --request POST \
  --url https://api.hq.zone/v1/api/inbox/read_all \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

All marked read

ok
boolean
required