---
title: "Mark Notifications Seen"
method: POST
path: "/notifications/mark-seen"
tags: ["notifications"]
---

# Mark Notifications Seen

`POST /notifications/mark-seen`

Mark notifications as seen. Supports bulk marking by IDs or marking all.

## Request body

- MarkSeenRequest
  - `notification_ids` string[], nullable
  - `mark_all` boolean

## Response `200`

Successful Response

- boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/89fec75ff598/schema)
