Skip to main content
GET
/
affiliates
/
reporting
/
onhold
/
{onHoldId}
Get On-Hold Conversion Details
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/reporting/onhold/{onHoldId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "on_hold_conversion_id": 123,
  "network_id": 123,
  "holding_period_end": 123,
  "status": "<string>",
  "conversion": {
    "conversion_id": 123,
    "transaction_id": "<string>",
    "conversion_unix_timestamp": 123,
    "revenue": 123,
    "sale_amount": 123,
    "event_name": "<string>",
    "sub1": "<string>",
    "sub2": "<string>",
    "sub3": "<string>",
    "sub4": "<string>",
    "sub5": "<string>",
    "relationship": {
      "offer": {},
      "events_count": 123
    }
  }
}

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

onHoldId
string
required

The on-hold conversion ID to retrieve.

Response

200 - application/json

OK

On-hold conversion details.

on_hold_conversion_id
integer

Unique on-hold conversion identifier.

network_id
integer

Network identifier.

holding_period_end
integer

Unix timestamp when the holding period ends.

status
string

Status of the on-hold conversion.

conversion
object

Nested conversion details.