v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-043076233.0 KB
v1

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).

get/v1/reporting/clicks

Query parameters

start_datestring date-time nullable

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 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.

end_datestring date-time nullable

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.

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.

pageinteger

Page number (1-indexed).

Page number (1-indexed).

limitinteger

Items per page (max 100).

Items per page (max 100).

Response

Successful Response

pageinteger required

Current page (1-indexed).

limitinteger required

Page size.

total_countinteger required

Total matching clicks in the date range.

has_moreboolean required

Whether more pages are available.

start_datestring date-time required

Inclusive start of the resolved query window.

end_datestring date-time required

Inclusive end of the resolved query window.