EaserixDocs
DevelopersAPI referenceLinksAnalytics

Export a link's clicks as CSV

Raw enriched click log for one link over the requested window as a CSV attachment (at, country, device, browser, os, referrerHost, referrer, isBot). Bot rows are included and flagged, unlike the in-app analytics which exclude them. Capped at 50000 rows; a trailing "truncated" row signals the cap.

View as Markdown
GET
/v1/links/{id}/clicks.csv
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

days?integer

Analytics window in days; other values fall back to 14

Default14

Value in

  • 7
  • 14
  • 30
  • 90

Response Body

text/csv

application/json

application/json

application/json

curl -X GET "https://example.com/v1/links/string/clicks.csv"
"string"