Skip to main content
POST
/
notifications
/
read-all
Mark all notifications as read
curl --request POST \
  --url https://api-message.nativehub.live/api/v1/notifications/read-all \
  --header 'Authorization: Bearer <token>'
{
  "message": "all marked as read"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

All notifications marked as read successfully

message
string