Skip to main content
GET
/
admin
/
user-growth
Get user growth statistics
curl --request GET \
  --url https://api.justanotheruptime.com/admin/user-growth \
  --header 'Authorization: Bearer <token>'
{
  "lastMonth": 20,
  "lastSixMonths": 80,
  "lastYear": 150
}

Documentation Index

Fetch the complete documentation index at: https://docs.justanotheruptime.com/llms.txt

Use this file to discover all available pages before exploring further.

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