Skip to main content
GET
/
affiliates
/
offers
/
{offerId}
Find Offer By ID
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/offers/{offerId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "network_offer_id": 123,
  "name": "<string>",
  "offer_status": "<string>",
  "currency_id": "<string>",
  "visibility": "<string>",
  "description": "<string>",
  "preview_url": "<string>",
  "tracking_url": "<string>",
  "caps": {},
  "integrations": {},
  "meta": {},
  "product_feeds": [
    {}
  ],
  "relationship": {
    "offer_affiliate_status": "<string>",
    "category": {},
    "creatives": [
      {}
    ],
    "payouts": [
      {}
    ],
    "urls": [
      {}
    ]
  }
}

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_offer_id
integer

Unique identifier for the offer.

name
string

Offer name.

offer_status
string

Current status of the offer.

currency_id
string

Currency code for the offer.

visibility
string

Visibility setting of the offer.

description
string

Offer description.

preview_url
string

Preview URL for the offer landing page.

tracking_url
string

Base tracking URL.

caps
object

Offer cap configuration.

integrations
object

Integration configuration for the offer.

meta
object

Additional metadata associated with the offer.

product_feeds
object[]

Product feed configurations for the offer.

relationship
object

Affiliate-specific relationship data.