Mark Notification as Read

PATCH

/v1/notifications/:id/read

Marks a specific notification as read by setting the read timestamp.

Parameters

NameTypeDescription
idrequiredstringNotification UUID

Responses

200Notification marked as read
{
  "data": {
    "id": "ntf_501",
    "read_at": "2026-09-02T14:35:00Z"
  }
}