---
title: "Returns statistics for the customer"
method: GET
path: "/v1/customer/statistics"
tags: ["uncategorized"]
---

# Returns statistics for the customer

`GET /v1/customer/statistics`

## Query parameters

- `filter` string
- `regionCode` string
- `groupBy` string
- `from` string
- `to` string

## Response `200`

OK

- MessageStatisticResponse[]
  - `intervalStart` string, date-time, required — interval start time
  - `intervalEnd` string, date-time, required — interval end time
  - `smsAmount` integer, required — amount of SMS messages sent
  - `pushAmount` integer, required — amount of push messages sent
  - `voiceAmount` integer, required — amount of voice messages sent
  - `whatsappAmount` integer, required — amount of whatsapp messages sent
  - `rcsAmount` integer, required — amount of rcs messages sent
  - `total` integer, required — total messages sent
  - `regionCode` string — region code

## Other responses

- `400` — Bad request
- `500` — Internal server error

## Changes

- **2026-09-03** `e8fa4b26b5ad` — 1 info
  - api operation id `getStatistics_1` removed and replaced with `getStatistics_2`

[Change history](https://skmtc.dev/linkmobility/apis/untitled-api/changes/v1/customer/statistics/get.md)

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/e8fa4b26b5ad/schema)
