Skip to main content
Pull click and commission data for your account. Use it to power dashboards, reconcile payouts, or feed analytics into your own systems. Both endpoints authenticate with your Channel3 API key (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

Pass start_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. Use page (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

Each click includes an 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.