---
title: "POST /api/v1/notifications/web-notifications/mark_seen/"
method: POST
path: "/api/v1/notifications/web-notifications/mark_seen/"
tags: ["notifications", "v1"]
---

# POST /api/v1/notifications/web-notifications/mark_seen/

`POST /api/v1/notifications/web-notifications/mark_seen/`

Method marks a number of web notifications for updating as seen/not seen.
:param request: provide a list of web notification message ids here:

## Request body

- MarkForSeenWebNotificationRequest
  - `notification_ids` integer[], required
  - `is_seen` boolean, required

## Response `201`

- MarkForSeenWebNotificationResponse
  - `count_processed` integer, required

## Changes

- **2021-09-22** `63116f2e9e3e` — 1 info
  - endpoint added
- **2020-12-11** `0957c4a7ae3d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/notifications/web-notifications/mark_seen/post.md)

---

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