GET
/
analytics
/
admin
/
user
Get User Analytics
curl --request GET \
  --url https://cloud.onyx.app/api/analytics/admin/user \
  --header 'Authorization: Bearer <token>'
[
  {
    "total_active_users": 123,
    "date": "2023-12-25"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

start
string<date-time> | null
end
string<date-time> | null

Response

200
application/json

Successful Response

The response is of type UserAnalyticsResponse · object[].