---
title: "Get customer analytics"
method: GET
path: "/api/analytics/customers"
tags: ["Analytics"]
---

# Get customer analytics

`GET /api/analytics/customers`

Retrieve customer metrics including total count, new customers, and geographic distribution.

## Query parameters

- `dateFrom` string
- `dateTo` string
- `currency` string
- `groupBy` 'day' | 'week' | 'month'

## Response `200`

Customer metrics and distribution

- CustomerAnalyticsResponse
  - `totalCustomers` number, required
  - `newCustomers` number, required
  - `arpu` string, required — Average revenue per user
  - `totalRevenue` string, required

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/revisions/0e449a4e0dc8/schema)
