# Notifications:Notifications

**Page:** api/notifications-notifications

[Download Raw Markdown](./api/notifications-notifications.md)

---

## API Endpoints Summary

- **POST** `/api/v1/notifications/dismiss` — Dismiss notifications
- **DELETE** `/api/v1/notifications/dismiss` — Clear dismissed notifications
- **GET** `/api/v1/notifications/stream` — Real-time notification stream via WebSocket
- **GET** `/api/v1/notifications/{display}` — Get notifications for specified display(s)

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```