GET
/
v4
/
account
/
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
starting
string

Response

200
application/json

Returns your growth stats for the provided starting and ending dates

The response is of type object.