ghl_affiliate_list
Retrieve a paginated list of affiliates for a given location with optional filters by name, campaign, active status, and date range.
Instructions
List Affiliates Retrieve the list of affiliates for a location. Endpoint: GET /affiliate-manager/{locationId}/affiliates (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 |
|---|---|---|---|
| skip | No | ||
| limit | No | Maximum number of records to return. Maximum allowed value is 100. | |
| query | No | ||
| active | No | ||
| toDate | No | ||
| fromDate | No | ||
| campaignId | No | ||
| locationId | Yes | Location Id |