Affiliates API
Affiliate Programs
List All Affiliate Programs
This API endpoint (GET) allows you to fetch all of your affiliate programs. The response is paginated; therefore, you should use the 'page' parameter for navigating through the results in subsequent requests. On successful completion, it returns an array of Affiliate Program Objects, along with the total number of results available and any flags applied for filtering purposes.
Permissions: affiliate_programs.view
page * Fetch the results from a specific page. It defaults to 1.
per_page * The number of results to fetch per page. The maximum is 100 and if it defaults to 50.
from date-format Start date to use for filtering (the date the affiliate program was created).
to date-format End date used for filtering (the date the affiliate program was created).
product_id String A product id to use for filtering results.