---
title: "Get growth stats"
method: GET
path: "/v4/account/growth_stats"
tags: ["Accounts"]
---

# Get growth stats

`GET /v4/account/growth_stats`

Get growth stats for a specific time period. Defaults to last 90 days.<br/><br/>NOTE: We return your stats in your sending time zone. This endpoint does not return timestamps in UTC.

## Query parameters

- `ending` string
- `starting` string

## Response `200`

Returns your growth stats for the provided starting and ending dates

- object
  - `stats` object, required
    - `cancellations` integer, required
    - `net_new_subscribers` integer, required
    - `new_subscribers` integer, required
    - `subscribers` integer, required
    - `starting` string, required
    - `ending` string, required

## Other responses

- `401` — Returns a 401 if the token and/or account cannot be authenticated
- `422` — Returns a 422 with an error message if the starting or ending params are misformatted or the range is invalid

---

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