Skip to main content
POST
/
affiliates
/
offersrunnable
/
ids
Get Runnable Offer IDs
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
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Body

application/json
filters
object[]

Optional filters to narrow results.

Response

200 - application/json

OK

offer_ids
integer[]

Array of runnable offer IDs.