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

# Events

> Event catalog

The **Events API** exposes the catalog of event types Qonversion tracks (e.g., `trial_started`, `subscription_renewed`). Use it to power custom dashboards, drive automations, or stream to external systems via [scheduled reports](/reference/v4/scheduled-reports) and [integrations](/reference/v4/integrations).

## Key concepts

* **Event type** — Stable string identifier for the class of event.

## Available endpoints

| Method | Endpoint  | Description | Status |
| ------ | --------- | ----------- | ------ |
| GET    | `/events` | List events | New    |

## Authentication

All v4 endpoints require a **Secret Key**. See [Authentication](/reference/v4/authentication).
