Mark All Notifications as Read

POST

/v1/notifications/read_all

Marks all unread notifications as read for the authenticated user in the current workspace.

Responses

200All notifications marked as read
{
  "data": {
    "success": true,
    "updated_count": 3
  }
}