v1

latestSwagger 2.02026-07-1771241.1 KB
Statistics

Returns statistics about user growth.

get/user-statistics/user-growth

Query parameters

daysinteger

number of days in the past to look for. Defaults to 3. Max is 90.

tzstring

Timezone in format +04:30 or -03:45

Headers

Authorizationstring required

Insert your access token

X-Account-Metadatastring

Insert your metadata token

Response

OK

activeinteger
totalinteger

Example response

{
  "active": 11,
  "timeSeries": [
    {
      "active": 11,
      "date": "2022-01-03T16:20:52.156534Z",
      "total": 11
    }
  ],
  "total": 11
}