Skip to main content
GET
/
affiliates
/
reporting
/
clicks
/
{transactionId}
Get Click By ID
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/reporting/clicks/{transactionId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "transaction_id": "<string>",
  "is_unique": true,
  "unix_timestamp": 123,
  "sub1": "<string>",
  "sub2": "<string>",
  "sub3": "<string>",
  "sub4": "<string>",
  "sub5": "<string>",
  "revenue": 123,
  "user_ip": "<string>",
  "relationship": {
    "offer": {},
    "geo": {},
    "device": {}
  }
}

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the same X-Eflow-Api-Key header as the Network API, but the key belongs to the affiliate user rather than the network admin.

Path Parameters

transactionId
string
required

The transaction ID of the click.

Response

OK

transaction_id
string

Unique transaction identifier.

is_unique
boolean
unix_timestamp
integer
sub1
string
sub2
string
sub3
string
sub4
string
sub5
string
revenue
number
user_ip
string
relationship
object