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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Notification ID

Response

200 - application/json

Notification marked as read successfully

message
string