---
title: "Bulk-mark notifications as read"
method: POST
path: "/notifications/bulk-mark-as-read"
tags: ["Notifications"]
---

# Bulk-mark notifications as read

`POST /notifications/bulk-mark-as-read`

Marks every notification whose ID is supplied as read for the
currently authenticated user. IDs that don't correspond to a
notification visible to the caller are silently skipped.

## Query parameters

- `site_id` string, uuid, required

## Request body

- object
  - `notification_ids` string[], required — The IDs of the notifications to mark as read.

## Response `204`

Notifications were successfully marked as read.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `422` — The request didn't pass validation

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
