Update Conversions by Transaction ID
Modify the status of all conversions and events linked to a single transaction ID. Only approved and rejected are accepted values. Conversions that are invalid will be ignored; only approved, rejected, and pending conversions will be updated.
Note that the endpoint is asynchronous. Even when the endpoint returns true immediately, it may take up to a few seconds for the conversion updates to be processed (and to fire partner pixels if appropriate).
Documentation Index
Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The Everflow API key generated from the Control Center > Security.
Path Parameters
The transaction ID whose conversions should be updated.
Body
Target status for the conversions.
approved, rejected Response
Whether the update was successful.
