Skip to main content
GET
Retrieve link analytics

Authorizations

Authorization
string
header
required

Workspace API key, prefixed rqk_.

Path Parameters

id
string
required

Query Parameters

startDate
string<date>

ISO date. Defaults to 30 days ago.

endDate
string<date>

ISO date. Defaults to today. The window is half-open: the end day is included.

Response

OK

clicks
integer

Clicks in the requested window.

uniqueClicks
integer

Distinct visitors in the window.

totalClicks
integer

All-time clicks.

averageVisitTime
number

Average view duration in ms. Null when no duration was recorded — not zero.