Returns raw click analytics for the specified date range. Results are scoped to the organization and optionally filtered by workspace or link.
Returns raw click events for the supplied date range. Results are scoped to the organization linked to your API token and, optionally, filtered to a specific workspace or link.Documentation Index
Fetch the complete documentation index at: https://shortpen.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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.