---
title: "Mark all read"
method: PATCH
path: "/notification/read-all"
tags: ["Notifications"]
---

# Mark all read

`PATCH /notification/read-all`

Mark every notification for the current user as read.

## Response `200`

All notifications marked as read

- NotificationBulkResult
  - `success` boolean, required

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `08bbb5bedb5d` — 1 warning, 1 info
  - removed the optional property `count` from the response with the `200` status
  - added the non-success response with the status `401`
- **2025-12-11** `93b231773126` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `count` to the response with the `200` status
  - added the required property `success` to the response with the `200` status

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/notification/read-all/patch.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/7ccee4eec682/schema)
