Skip to main content
GET
/
experiments
/
summary
Get experiments analytics summary
curl --request GET \
  --url https://api.qonversion.io/v4/experiments/summary \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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.

Query Parameters

from
string

Start of the time range (ISO 8601).

to
string

End of the time range (ISO 8601).

environment
string

Filter by environment.

summary_metric
string

Metric to summarize.

currency
string

Currency code (ISO 4217).

unit
string

Aggregation unit (e.g. day, week, month).

week_starts_on
string

Day of week that a week starts on (e.g. monday, sunday).

max_series
integer

Maximum number of series to return.

filter[experiment_uid]
string

Filter by experiment UID.

filter[experiment_uid][]
string[]

Filter by multiple experiment UIDs.

Response

Analytics summary data.

Analytics summary payload (shape determined by analytics service).