Resources
Retrieve Click Analytics
Returns raw click analytics for the specified date range. Results are scoped to the organization and optionally filtered by workspace or link.
POST
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.
Request body essentials
start/end— inclusiveYYYY-MM-DDvalues 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.
Response payload
Each item indata 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.countryandreferrer— geo and attribution context (when available).created_at— timestamp of the event.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json