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

---

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