---
title: "Mark Notification Read"
method: POST
path: "/v1/notifications/{id}/read"
---

# Mark Notification Read

`POST /v1/notifications/{id}/read`

This API endpoint marks a notification as read.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `createdAt` string
  - `deliveryTargets` object
    - `inProduct` object
      - `title` string
      - `isRead` boolean
  - `event` string
  - `id` string
  - `object` string
  - `recipientId` string
  - `recipientClientId` string
  - `recipientCompanyId` string
  - `recipientInternalUserId` string
  - `resourceId` string
  - `senderId` string
  - `senderType` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
