---
title: "Mark a list of notifications to a status"
method: POST
path: "/v1/notifications/inbox/bulk"
tags: ["Notifications"]
---

# Mark a list of notifications to a status

`POST /v1/notifications/inbox/bulk`

Mark a list of notifications to a status.

## Request body

- BulkPayload — Request body schema for bulk status update.
  - `ids` string[], required
  - `status` 'READ' | 'UNREAD' | 'ARCHIVED', required — Status of the notification.

## Response `200`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/0261aef4b1e2/schema)
