Skip to main content
GET
/
affiliates
/
offers
List All Offers
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/offers \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "offers": [
    {
      "network_offer_id": 123,
      "name": "<string>",
      "offer_status": "<string>",
      "visibility": "<string>",
      "currency_id": "<string>"
    }
  ]
}

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.

Response

200 - application/json

OK

offers
object[]

Array of all offers.