cURL
curl --request GET \ --url https://api.eflow.team/v1/networks/offers/runnable/affiliate/ids \ --header 'X-Eflow-Api-Key: <api-key>'
{ "offer_ids": [ 123 ] }
Retrieve the list of offer IDs that a specific affiliate is approved to run. Returns only the offer IDs, not full offer objects.
The Everflow API key generated from the Control Center > Security.
The affiliate ID.
OK
Array of offer IDs the affiliate can run.
Was this page helpful?