Skip to main content
GET
/
networks
/
affiliates
/
{affiliateId}
/
trackingurls
Get Affiliate Tracking URLs
curl --request GET \
  --url https://api.eflow.team/v1/networks/affiliates/{affiliateId}/trackingurls \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "tracking_urls": [
    {}
  ]
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

affiliateId
integer
required

The affiliate ID.

Response

200 - application/json

OK

tracking_urls
object[]