Skip to main content
GET
/
screens
/
analytics
/
overview
Get screens analytics overview
curl --request GET \
  --url https://api.qonversion.io/v4/screens/analytics/overview \
  --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 analytics period (ISO 8601 date or datetime).

Example:

"2025-01-01"

to
string

End of the analytics period (ISO 8601 date or datetime).

Example:

"2025-12-31"

environment
string

Filter by environment.

currency
string

Currency code for revenue metrics (ISO 4217).

Example:

"USD"

unit
string

Time unit for grouping analytics data.

Response

Aggregated analytics overview across all screens.

Analytics overview object; shape is defined by the upstream analytics service.