cURL
curl --request POST \ --url https://api.eflow.team/v1/affiliates/offersrunnable/ids \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "filters": [ { "filter_id_value": "<string>", "resource_type": "<string>" } ] } '
{ "offer_ids": [ 123 ] }
Returns just the IDs of offers the authenticated affiliate is authorized to run. This is a lightweight endpoint that returns only offer IDs without full offer details. Useful for quickly checking which offers are available for traffic generation.
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
Optional filters to narrow results.
Show child attributes
OK
Array of runnable offer IDs.
Was this page helpful?