List Clicks
List affiliate clicks for your account over a datetime window.
Defaults to the last 30 days ending now. Maximum window is 90 days. Pass an offset-aware ISO datetime to express local time (e.g. last 6 hours). Returns a summary plus a paginated list of click events (most recent first).
Authorizations
Query Parameters
Inclusive start of the window (ISO 8601 datetime with optional offset, e.g. 2026-08-01T00:00:00-04:00). Offset-aware values are converted to UTC; naive values are treated as UTC.
Inclusive end of the window (ISO 8601 datetime with optional offset, e.g. 2026-08-01T23:59:59-04:00). Offset-aware values are converted to UTC; naive values are treated as UTC.
Page number (1-indexed).
x >= 1Items per page (max 100).
1 <= x <= 100Response
Successful Response
Paginated clicks for a vendor over a date range.
Aggregate click stats for the requested date range.
Current page (1-indexed).
Page size.
Total matching clicks in the date range.
Whether more pages are available.
Inclusive start of the resolved query window.
Inclusive end of the resolved query window.