x-api-key).
Endpoints
Commission amounts on transactions are your net share after Channel3’s take rate. See Commissions for how payouts work.
Date windows
Passstart_date and end_date as ISO 8601 datetimes:
- Omit both to default to the last 30 days ending now.
- Provide both or neither — a single bound returns
400. - Maximum window is 90 days.
- Offset-aware values (e.g.
2026-08-01T00:00:00-04:00) are converted to UTC. Naive values are treated as UTC. - Responses echo the resolved window as UTC (
...Z).
Pagination
Results are newest-first. Usepage (1-indexed) and limit (1–100, default 20). Each response includes total_count, has_more, and a summary for the full window (not just the current page).
List clicks
id, timestamp, optional geo (city / country), and a compact product when we can match one (id, title, image_url).
List transactions
Transaction status
The summary breaks out
pending_commission and paid_commission, and total_commission is their sum.
Related
- Commissions — how attribution and payouts work
- API reference: clicks
- API reference: transactions