Skip to main content
GET
/
affiliates
/
offers
/
{offerId}
/
productfeeds
Get Offer Product Feeds
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/offers/{offerId}/productfeeds \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "network_product_feed_id": 123,
    "name": "<string>",
    "feed_url": "<string>",
    "format": "<string>",
    "status": "<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.

Path Parameters

offerId
integer
required

The numeric ID of the offer.

Response

OK

network_product_feed_id
integer

Unique identifier for the product feed.

name
string

Name of the product feed.

feed_url
string

URL of the product feed.

format
string

Feed format (e.g. CSV, XML, JSON).

status
string

Status of the product feed.