Skip to main content
GET
/
customers
/
metrics
Get aggregated customer metrics
curl --request GET \
  --url https://api.qonversion.io/v4/customers/metrics \
  --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

environment
integer

Filter by environment ID.

Search query string.

filter[status][]
string[]

Filter by customer status. Repeatable.

filter[target_platform][]
string[]

Filter by target platform. Repeatable.

Response

Customer metrics data.

Metrics payload (shape determined by the analytics service).