ghl_affiliate_payout_list
Retrieve a list of affiliate payouts for a location, filterable by status, affiliate, campaign, and date range.
Instructions
List Payouts Retrieve the list of payouts for a location. Endpoint: GET /affiliate-manager/{locationId}/payouts (Version header: v3; source: v3/affiliate-manager-v3.json) OAuth scopes: affiliate-manager.readonly Pagination params: skip, limit — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| skip | No | ||
| limit | No | ||
| query | No | query | |
| start | No | ||
| status | No | Payout status | |
| campaignId | No | Campaign Id | |
| locationId | Yes | Location Id | |
| affiliateId | No | Affiliate Id |