Get user usage aggregated by day
user
Get user usage aggregated by day
Retrieve usage data aggregated by day for the authenticated user, with timezone support.
GET
Get user usage aggregated by day
Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Query Parameters
Return records on or after this timestamp.
Example:
"2021-01-01T00:00:00.000Z"
Return records before this timestamp.
Example:
"2021-12-31T23:59:59.999Z"
Timezone for date aggregation (e.g., "America/New_York", "Europe/London"). Defaults to UTC.
Example:
"America/New_York"