Returns raw click analytics for the specified date range. Results are scoped to the organization and optionally filtered by workspace or URL.
start / end — inclusive YYYY-MM-DD values defining the window to analyse.workspace_id — optional workspace filter (defaults to the first workspace available to the token).url_id — optional link filter to drill into a single asset.data represents an individual click with the following fields:
id — primary key of the analytics record.workspace_id / organization_id — ownership metadata.url_id / url_slug / domain — link identifiers to help you join with internal datasets.device_type, platform, browser — resolved client information.country and referrer — geo and attribution context (when available).created_at — timestamp of the event.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.