Skip to main content
GET
/
affiliates
/
offers
/
{offerId}
/
url
/
{urlId}
Find Tracking URL
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/offers/{offerId}/url/{urlId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "tracking_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 offer URL when no extra destination URLs are configured.

Response

OK

tracking_url
string

The full tracking link URL for the affiliate to use.