---
title: "Mark notification/mentions as read"
method: PUT
path: "/v1/notifications/read/{notificationId}"
tags: ["Notifications and Mentions"]
---

# Mark notification/mentions as read

`PUT /v1/notifications/read/{notificationId}`

Marks a specific notification as read for the logged-in user in the given organization.

## Path parameters

- `notificationId` integer, required

## Headers

- `X-Org-Id` integer, required

## Response `200`

Notification marked as read successfully

- ApiSuccessResponseNotificationReadResponseDto — Standard API success response structure
  - `success` boolean — Indicates if the operation was successful
  - `message` string — Message describing the result of the operation
  - `code` integer — HTTP status code of the response
  - `data` NotificationReadResponseDto
    - `notificationIds` integer[]
  - `timestamp` string, date-time — Timestamp of the response

---

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