List affiliates
Returns a list of your affiliates. The affiliates are returned sorted by creation date, with the most recent affiliates appearing first. The list can also be filtered using various criteria.
Last updated
Was this helpful?
Was this helpful?
curl --request GET \
--url https://api.getrewardful.com/v1/affiliates \
-u YOUR_API_SECRET:curl --request GET \
--url https://api.getrewardful.com/v1/affiliates?expand=campaign \
-u YOUR_API_SECRET:curl --request GET \
--url https://api.getrewardful.com/v1/affiliates?expand[]=campaign&expand[]=links \
-u YOUR_API_SECRET:curl --request GET \
--url https://api.getrewardful.com/v1/affiliates?campaign_id=c3482343-8680-40c5-af9a-9efa119713b5 \
-u YOUR_API_SECRET:curl --request GET \
--url https://api.getrewardful.com/v1/affiliates?email=joe@example.com \
-u YOUR_API_SECRET: