list_merchant_programs
Retrieve paginated affiliate programs for your authenticated merchant account. Access campaign details, commission structures, and program data with cursor-based navigation.
Instructions
List affiliate programs belonging to the authenticated merchant (identified by SYNDICATE_MERCHANT_KEY). Returns the API response shape { data, cursor, hasMore } where data is the current page of programs and cursor is the value to pass back for the next page when hasMore is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor returned by a previous call (`cursor` field). Omit for the first page. | |
| limit | No | Maximum number of programs to return (1–100). Defaults to 20. |