Skip to main content
GET
/
networks
/
offers
/
runnable
/
affiliate
/
ids
Get Runnable Offer IDs for Affiliate
curl --request GET \
  --url https://api.eflow.team/v1/networks/offers/runnable/affiliate/ids \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "offer_ids": [
    123
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Query Parameters

network_affiliate_id
integer
required

The affiliate ID.

Response

200 - application/json

OK

offer_ids
integer[]

Array of offer IDs the affiliate can run.