Skip to main content
PATCH
Update On-Hold Conversion Status
Approve or reject on-hold conversions. Provide an array of conversion IDs and the target status to update them in bulk.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
on_hold_conversion_ids
string[]
required

Array of on-hold conversion IDs to update.

status
enum<string>
required

Target status for the conversions.

Available options:
approved,
rejected

Response

200 - application/json
result
boolean

Whether the update was successful.