> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/api-reference-webhooks/application-events.md).

# Application events

## GET /events

> List of available events

```json
{"openapi":"3.1.1","info":{"title":"Webhook API","version":"1.0.0"},"servers":[{"url":"/api"}],"paths":{"/events":{"get":{"summary":"List of available events","tags":["Application events"],"responses":{"200":{"description":"List of available events"}}}}}}
```

## GET /events/subscribe

> Listen events - streaming endpoint

```json
{"openapi":"3.1.1","info":{"title":"Webhook API","version":"1.0.0"},"servers":[{"url":"/api"}],"paths":{"/events/subscribe":{"get":{"summary":"Listen events - streaming endpoint","tags":["Application events"],"responses":{"200":{"description":"List of available events"}}}}}}
```
