---
title: "Mark notifications read"
method: POST
path: "/notifications/read"
tags: ["Notifications"]
---

# Mark notifications read

`POST /notifications/read`

Marks the given notifications read for the calling user. Unknown or other-org ids are ignored.

## Request body

- object
  - `ids` string[], required

## Response `200`

Number of notifications newly marked read

- object
  - `data` object, required
    - `read` integer, required

## Other responses

- `400` — Invalid body
- `401` — Unauthorized

## Changes

- **2026-09-26** `fc5ca5f06d15` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/notifications/read/post.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/fc5ca5f06d15?raw)
