List affiliates
Returns a list of your affiliates. The affiliates are returned sorted by creation date, with the most recent affiliates appearing first. The list can also be filtered using various criteria.
Request
Method | URL |
|
|
Optional parameters
Parameter | Description |
| A filter based on the affiliate's campaign. |
| A filter based on the affiliate's email address.* |
| A filter based on the affiliate's Stripe customer ID.* (Applies to customer referrers) |
| Pagination cursor specifying which page to fetch. |
| How many results to return per page. Default is 25, maximum is 100. |
| Which object(s) to expand in response data. See below for available objects. |
*Filtering by email
or stripe_customer_id
will return a list with one (or zero) items.
Expandable objects
Parameter | Description |
| Includes the campaign details as a nested object for each affiliate in the list. |
| Includes an array of the affiliate's links as a nested object for each affiliate in the list. |
| Include a nested object describing the affiliate's commission stats for each affiliate in the list. |
Examples
List all affiliates
List all affiliates and expand campaign data
List all affiliates and expand campaign and links data
Filter list of affiliates by campaign
Filter list of affiliates by email address
Last updated