cURL
curl --request PATCH \ --url https://api.eflow.team/v1/networks/reporting/onhold/conversions \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "conversion_ids": [ 123 ], "status": "approved" } '
{ "result": true }
Approve or reject on-hold conversions. Provide an array of conversion IDs and the target status to update them in bulk.
The Everflow API key generated from the Control Center > Security.
Array of conversion IDs to update.
Target status for the conversions.
approved
rejected
OK
Whether the update was successful.
Was this page helpful?