---
title: "Mark all notifications as read"
method: POST
path: "/v1/notifications/mark_all_as_read"
tags: ["Notification"]
---

# Mark all notifications as read

`POST /v1/notifications/mark_all_as_read`

Marks every unread notification for the authenticated user in the current
company (resolved from the `company-id` header) as read. Returns no content.

## Parameters

- `#/paths/~1v1~1users/get/parameters/0` — unresolved $ref

## Response `204`

All notifications marked as read.

## Other responses

- `401` — Unauthorized
- `404` — Company (from the `company-id` header) not found

---

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