get_customers_per_affiliate
Retrieve the paginated list of customers associated with an affiliate, sorted by most recent first.
Instructions
🟢 READ-ONLY · Affiliates · GET /v2/affiliates/{id}/customers
Get all customers per affiliate
Retrieves all the customers connected with the affiliate specified by the provided affiliate id. The customers are in sorted order, with the most recently created customer appearing first, and the list is paginated, with a limit of 20 customers per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Affiliate Id or email (encoded string) | |
| page | No | Filter by the page number. In case page number is higher than the maximum one, the results of last page will be returned |