Skip to main content
GET
Get user usage aggregated by day

Authorizations

Authorization
string
header
required

Use a Bearer token for authentication. Submit the token using the Authorization header: Authorization: Bearer <token>.

Query Parameters

onOrAfter
string<date-time>

Return records on or after this timestamp.

Example:

"2021-01-01T00:00:00.000Z"

before
string<date-time>

Return records before this timestamp.

Example:

"2021-12-31T23:59:59.999Z"

timeZoneForAggregation
string
default:UTC

Timezone for date aggregation (e.g., "America/New_York", "Europe/London"). Defaults to UTC.

Example:

"America/New_York"

Response

Returns usage aggregated by day.

data
object[]
required
meta
object
required