Skip to main content
GET
/
analytics
/
insights
Get analytics insights
curl --request GET \
  --url https://api.qonversion.io/v4/analytics/insights \
  --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
integer<int64>

Start of the time range (Unix timestamp, seconds).

to
integer<int64>

End of the time range (Unix timestamp, seconds).

environment
integer

Filter by environment ID.

Response

Insights data from Dash.

Raw insights payload (shape determined by Dash).