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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Inbox message id

Response

Marked read

ok
boolean
required