Get Data Summary
Returns per-user data counts grouped by series type, event type, and provider.
Optionally scope the counts to a date window via start_date / end_date (data points are
filtered by recorded_at, events by their start time). Omitting both returns all-time counts.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Path Parameters
Query Parameters
ISO 8601 datetime (e.g. 2023-11-07T05:31:56Z) or Unix timestamp in seconds. Date-only strings (e.g. 2023-11-07) are also accepted and normalized to midnight UTC.
"2023-11-07T05:31:56Z"
ISO 8601 datetime (e.g. 2023-11-07T05:31:56Z) or Unix timestamp in seconds. Date-only strings (e.g. 2023-11-07) are also accepted and normalized to midnight UTC.
"2023-11-07T05:31:56Z"
Response
Successful Response
Per-user data summary with counts by type and provider.

