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

# Mark notifications as read

`POST /api/admin/notifications/read`

**Enterprise feature**

Allow to select which notifications were read and saving a read date

## Request body

- MarkNotificationsAsReadSchema — Data used to mark notifications as being read
  - `notifications` integer[], required — A list of IDs belonging to the notifications you want to mark as read.

## Response `200`

This response has no body.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/revisions/b2c3116e633e/schema)
