get_leads_per_affiliate
Retrieve paginated leads for a specific affiliate, sorted by most recent first. Specify affiliate ID or email to get up to 20 leads per page.
Instructions
🟢 READ-ONLY · Affiliates · GET /v2/affiliates/{id}/leads
Get all leads per affiliate
Retrieves all the leads connected with the affiliate specified by the provided affiliate id. The leads are in sorted order, with the most recently created lead appearing first, and the list is paginated, with a limit of 20 leads 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 |