---
title: "Mark specific notifications seen"
method: POST
path: "/v3/notifications/read"
tags: ["notifications"]
---

# Mark specific notifications seen

`POST /v3/notifications/read`

Marks the given notification ids as seen for the current user (used for in-view / per-item read tracking). Idempotent.

## Query parameters

- `teamId` string

## Request body

- object
  - `ids` string[], required — Notification ids to mark seen

## Response `200`

Default Response

- object
  - `success` boolean
  - `count` integer — How many were newly marked

## Other responses

- `400` — Default Response

---

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