Returns the current value of a scalar dashboard card. Cards bundle several
related metrics (e.g. realtime returns today’s trials, subscriptions,
in-app purchases and tracked revenue as a four-row table).
Valid public card codes:
realtime — today-so-far vs. yesterday counters
(trials_count, subscriptions_count, inapp_count, tracked_revenue).Additional codes are internal-only and return 404 when requested publicly.
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.
Bearer authentication using the project Secret Key (prefixed with sk_, or test_sk_ for sandbox). All v4 public endpoints require the Secret Key — see Authentication. Never expose the Secret Key in client-side code.
Card code. Only codes listed in the endpoint description are exposed publicly.
realtime 64Start of the time range (Unix timestamp, seconds). Ignored by cards that report fixed windows (e.g. realtime).
End of the time range (Unix timestamp, seconds). Ignored by cards that report fixed windows.
hour, day, week, month Environment: 0 = sandbox, 1 = production.
0, 1 0 <= x <= 500Three-letter ISO 4217 currency code. Affects monetary values like tracked_revenue.
^[A-Z]{3}$Same schema as the charts endpoint.
Card data. realtime returns an array of one row per sub-metric.