Retrieve aggregated customer metrics for a project. Accepts the same filters and search as the customers list (no page, limit, or sort).
Returns counts (active subscribers, churned subscribers, active trials, billing-retry users), percentages (cancelled-trial rate, churned-subscriber rate), monetary aggregates (total sales, average price), and average payment count.
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.
Project API Key for authentication and project identification. A 32-character alphanumeric string copied from Project Settings -> Project Keys -> API Key in https://dash.qonversion.io/. The key has no fixed prefix.
1"JFPATc4VaaWYsfurml3qZ4zsmNw0VfWH"
Environment type (0=Sandbox, 1=Production).
0, 1 Universal search (same semantics as /customers).
255Date-range filter on customer first-seen time. Pass exactly two values: filter[since][]=<from_unix_ts>&filter[since][]=<to_unix_ts>. If omitted, both bounds default to the current time and the result will be empty.
2 elementsFilter by customer status. Numeric codes:
1, 2, 3, 4 Filter by platforms.
iOS, Android, Stripe Filter by countries (ISO 3166-1 alpha-2).
^[A-Z]{2}$Filter by product IDs.
Filter by purchase currencies (ISO 4217).
^[A-Z]{3}$Filter by locales.
Filter by device models.
Filter by OS versions.
Filter by app versions.
Filter by SDK versions.
Filter by media source names.
Filter by campaign names.
Filter by ad set names.
Filter by ad names.
Filter by experiment UIDs.
Filter by experiment group UIDs.
Successful response with aggregated customer metrics
Aggregated customer metrics for the project, scoped to the requested filters.