Skip to main content
GET
Get Affiliate Analytics

Headers

x-api-key
string
required

The secret API key.

Query Parameters

limit
number
default:100

How many affiliates to return, from 10 to 100.

Required range: 10 <= x <= 100
Example:

100

offset
number
default:0

How many affiliates to skip before the page.

Required range: x >= 0
Example:

0

from
string<date>
required

The first day of the period, inclusive, as YYYY-MM-DD (UTC).

Example:

"2026-01-01"

to
string<date>
required

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.

Example:

"2026-03-31"

Response

The page of affiliates and their totals for the period.

data
object
required