GET /api/v1/clicks — the raw click stream for your workspace, newest first, cursor-paginated.
Scope: secret key (lk_).
Query parameters
Maximum clicks to return (max 500).
Cursor — return clicks strictly older than this timestamp. Pass the previous response’s
next_cursor.Restrict to a single link.
Set
bots=include to include bot traffic. By default bots are excluded.Response
Each click:
id, ts, link_id, visitor_id, channel, country, city, device,
browser, os, referer, is_bot.Pass back as
before to fetch the next page. null means the end of the stream.
