Skip to main content
GET
Get On-Hold Conversion by ID
Fetch a single on-hold conversion by its unique on-hold conversion ID. Returns the full conversion record with all tracking details, relationships, and on-hold status information.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

onHoldId
string
required

The 32-character on-hold conversion ID.

Response

on_hold_conversion_id
string

The 32-character on-hold conversion ID.

network_id
integer
holding_period_end
integer

Unix timestamp when the holding period ends.

status
enum<string>

Current status of the on-hold conversion.

Available options:
on_hold,
approved,
rejected
note
string
conversion
object

The full conversion record.

relationship
object