GET
/
v4
/
account
/
growth_stats
Get growth stats
curl --request GET \
  --url https://api.kit.com/v4/account/growth_stats \
  --header 'X-Kit-Api-Key: <api-key>'
{
  "stats": {
    "cancellations": 0,
    "net_new_subscribers": 3,
    "new_subscribers": 3,
    "subscribers": 3,
    "starting": "2023-02-10T00:00:00-05:00",
    "ending": "2023-02-24T23:59:59-05:00"
  }
}

Authorizations

X-Kit-Api-Key
string
header
required

Authenticate API requests via an API Key

Query Parameters

ending
string

Get stats for time period ending on this date (format yyyy-mm-dd). Defaults to today.

starting
string

Get stats for time period beginning on this date (format yyyy-mm-dd). Defaults to 90 days ago.

Response

200
application/json

Returns your growth stats for the provided starting and ending dates

The response is of type object.