cURL
curl --request GET \ --url https://api.example.com/admin/user-growth \ --header 'Authorization: Bearer <token>'
{ "lastMonth": 20, "lastSixMonths": 80, "lastYear": 150 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Returns user growth statistics
20
80
150