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

# Mark Notifications Read

Mark every unread notification as read.

## Behavior

* Marks all unread notifications at once. There is no way to mark a single one.
* Read notifications stay in the list until you clear them, they just no longer count toward the unread badge.

## Examples

```bash theme={null}
curl -X POST "https://relay.snipp.gg/notifications/read" \
  -H "relay-key: YOUR_RELAY_KEY"
```

## Responses

```json theme={null}
{
  "read": true
}
```
