Skip to main content
PATCH
/
api
/
v1
/
notifications
/
:id
/
read
Mark Notification Read
curl --request PATCH \
  --url https://api.example.com/api/v1/notifications/:id/read
{
  "success": true
}

Path Parameters

id
integer
required
The notification ID.

Response

{
  "success": true
}

Errors

StatusCause
404Notification not found