> For the complete documentation index, see [llms.txt](https://docs.layerlens.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layerlens.ai/more-in-this-section-9/notifications.md).

# Notifications

REST — Notifications endpoints.

| Method | Path                                       | Description        |
| ------ | ------------------------------------------ | ------------------ |
| POST   | `/api/v1/notifications/subscriptions`      | Subscribe to event |
| DELETE | `/api/v1/notifications/subscriptions/{id}` | Unsubscribe        |
| POST   | `/api/v1/notifications/webhooks`           | Add webhook        |
| GET    | `/api/v1/notifications/webhooks`           | List webhooks      |

## See also

* [SDK: notifications](/more-in-this-section-9/notifications-1.md)
