---
title: "Marks the notification as read"
method: PUT
path: "/api/1/account/notifications"
tags: ["Notifications"]
---

# Marks the notification as read

`PUT /api/1/account/notifications`

## Request body

- object
  - `types` string[], required
  - `notifications` integer[], required
  - `notifiable_id` object — Must match the regex [a-z]+_[0-9]+.
  - `uuid` string[], required — Must be a valid UUID.
  - `items` integer[], required
  - `scope` 'external' | 'internal', nullable
  - `read` boolean, nullable
  - `read_from` string, nullable

---

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