Skip to main content
POST
/
networks
/
offers
/
{offerId}
/
impressionurl
Generate Impression URL (POST)
curl --request POST \
  --url https://api.eflow.team/v1/networks/offers/{offerId}/impressionurl \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "network_affiliate_id": 123
}
'
{
  "impression_url": "<string>"
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

offerId
integer
required

The offer ID.

Body

application/json
network_affiliate_id
integer

Affiliate ID for the impression URL.

Response

200 - application/json

OK

impression_url
string

The generated impression tracking URL.