---
title: "Mark As Read"
method: PUT
path: "/api/notification/v1/inbox/mark-as-read"
tags: ["Notifications"]
---

# Mark As Read

`PUT /api/notification/v1/inbox/mark-as-read`

Marks one or multiple inbox entries as read for the currently authenticated user.

## Request body

- MarkAsReadRequestDto
  - `inboxIds` string[]

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Not Authorized
- `403` — Not Allowed
- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

---

[API](https://skmtc.net/agridata/apis/agridata-ch-api.md) · [All operations](https://skmtc.net/agridata/apis/agridata-ch-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agridata/agridata-ch-api/versions/4f3c6bfcfcfd/schema)
