> ## Documentation Index
> Fetch the complete documentation index at: https://api.buildingswell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Notification

> Notifications and read-state endpoints.

Notifications. Standard read operations apply. See [standard endpoints](/guides/standard-endpoints).

## Mark channel comments as read

```http theme={null}
POST /notification/read-channel-comments

{ "channelId": "<uuid>" }
```

## Mark deliverable documents as read

```http theme={null}
POST /notification/read-deliverable-documents

{ "deliverableId": "<uuid>" }
```
