Hi,
I want to find a way to retrieve affiliates that don’t have a commission program assigned. I hoped https://api.infusionsoft.com/crm/rest/v1/affiliates/programs and it looks like it should but the affiliate_id returned for each program is 0 even for programs I know have affiliates.
My intention was to cycle through all the affiliates returned from the above call and cross reference this with the entire list of affiliates.
Is there another was either via Rest or the legacy API to retrieve affiliates with no commission program?
Thanks,
Liam
Good morning Liam,
Unfortunately we don’t yet have a simple query for locating unassigned Affiliates, so iterating each via a combination of the REST APi (Keap REST API) the XMLRPC API (xml-rpc - Keap Developer Portal).
Thanks,
- Tom Scott
Keap API Engineer