Skip to main content
The Events API exposes the catalog of event types Qonversion tracks (e.g., trial_started, subscription_renewed) and a paginated log of raw event entries. Use it to power custom dashboards, drive automations, or stream to external systems via scheduled reports and integrations.

Key concepts

  • Event type — Stable string identifier for the class of event.
  • Event log — Individual event occurrences with timestamp, user/customer reference, and metadata.
  • Filtering — Event logs can be filtered by type, date range, user ID, and source.

Available endpoints

MethodEndpointDescriptionStatus
GET/event-logsList event logsNew
GET/eventsList eventsNew

Authentication

All v4 endpoints require a Secret Key. See Authentication.