Skip to main content
GET
/
admin
/
user-growth
{
  "lastMonth": 20,
  "lastSixMonths": 80,
  "lastYear": 150
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Returns user growth statistics

lastMonth
number
required
Example:

20

lastSixMonths
number
required
Example:

80

lastYear
number
required
Example:

150