---
title: "Get Org Statistics"
method: GET
path: "/organization/statistics"
---

# Get Org Statistics

`GET /organization/statistics`

Returns the statistical information of the org which contains count of stores, zones, tills, loyalty customers, and products sold; average transaction amount, basket size and so on.

## Query parameters

- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `organization` object
      - `statistics` object
        - `avg_basket` string
        - `avg_transaction_value` string
        - `customers` string
        - `stores` string
        - `products` string

## Other responses

- `400` — 400

---

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