Skip to main content
PATCH
/
networks
/
reporting
/
conversions
/
{transactionId}
Update Conversion Status by Transaction ID
curl --request PATCH \
  --url https://api.eflow.team/v1/networks/reporting/conversions/{transactionId} \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '
{
  "conversion_status": "approved"
}
'
{
  "result": true
}

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

X-Eflow-Api-Key
string
header
required

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

Path Parameters

transactionId
string
required

The transaction ID whose conversions should be updated.

Body

application/json
conversion_status
enum<string>
required

Target status for the conversions.

Available options:
approved,
rejected

Response

200 - application/json
result
boolean

Whether the update was successful.