---
title: "Retrieve plan stats"
method: GET
path: "/api/v1/plans/stats"
tags: ["Plans"]
---

# Retrieve plan stats

`GET /api/v1/plans/stats`

Aggregate plan and subscription stats for the calling operator. Required scope: `plans:read` </br>Organization authorization: `supported`

## Response `200`

Aggregate plan stats for the operator

- PlansStats
  - `noSubscriptionCount` integer — Number of charge points without an active plan subscription
  - `totalMonthlyRevenue` Money, required
    - `amount` integer, required — The amount of money
    - `currency` Currency, required
      - `id` integer, nullable — id of the currency
      - `master` boolean — Whether the currency is master or not, master meaning the default currency
      - `identifier` string, required — 3 characters identifier
      - `name` string — Name of the currency
      - `decimals` integer, required — How many decimals the currency has
    - `locale` string, required — Current user locale
  - `totalTaxRefund` Money
    - `amount` integer, required — The amount of money
    - `currency` Currency, required
      - `id` integer, nullable — id of the currency
      - `master` boolean — Whether the currency is master or not, master meaning the default currency
      - `identifier` string, required — 3 characters identifier
      - `name` string — Name of the currency
      - `decimals` integer, required — How many decimals the currency has
    - `locale` string, required — Current user locale

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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