cURL
curl --request PATCH \ --url https://api.eflow.team/v1/networks/reporting/conversions \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "conversion_ids": [ "<string>" ], "conversion_status": "approved" } '
{ "result": true }
Modify the status of one or more conversions. Accepts an array of conversion IDs and the target status (approved or rejected).
The Everflow API key generated from the Control Center > Security.
approved
rejected
OK
Was this page helpful?