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

# Mark all notifications seen

`POST /v3/notifications/read-all`

Marks every notification currently visible to the user as seen, clearing the unread count. Idempotent.

## Query parameters

- `teamId` string

## Response `200`

Default Response

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

## 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)
