Get Affiliate Analytics
Returns the project affiliates with their totals for a period, oldest joiner first. Affiliates with no activity in the period are omitted. Note 1: this endpoint is only accessible with a secret API key. Note 2: a period may span at most 90 days; request a longer window a period at a time. Note 3: up to 100 affiliates are returned per request; page through the rest with offset.
Headers
The secret API key.
Query Parameters
How many affiliates to return, from 10 to 100.
10 <= x <= 100100
How many affiliates to skip before the page.
x >= 00
The first day of the period, inclusive, as YYYY-MM-DD (UTC).
"2026-01-01"
The last day of the period, inclusive, as YYYY-MM-DD (UTC). Must not be before from, and the period must be at most 90 days long.
"2026-03-31"
Response
The page of affiliates and their totals for the period.