Skip to main content
GET
/
affiliates
/
offers
/
{offerId}
/
impressionurl
/
{urlId}
Find Impression URL
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/offers/{offerId}/impressionurl/{urlId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "impression_url": "<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.

urlId
integer
required

The destination URL ID. Use 0 for the default URL.

Response

OK

impression_url
string

The full impression tracking URL.