Skip to main content
GET
/
affiliates
/
reporting
/
conversions
/
{conversionId}
Get Conversion By ID
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/reporting/conversions/{conversionId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "network_conversion_id": 123,
  "transaction_id": "<string>",
  "conversion_unix_timestamp": 123,
  "revenue": 123,
  "sale_amount": 123,
  "conversion_status": "<string>",
  "event_name": "<string>",
  "sub1": "<string>",
  "sub2": "<string>",
  "sub3": "<string>",
  "sub4": "<string>",
  "sub5": "<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

conversionId
integer
required

The numeric ID of the conversion.

Response

OK

network_conversion_id
integer

Unique conversion identifier.

transaction_id
string
conversion_unix_timestamp
integer
revenue
number
sale_amount
number
conversion_status
string
event_name
string
sub1
string
sub2
string
sub3
string
sub4
string
sub5
string
relationship
object