Skip to main content
PATCH
/
networks
/
reporting
/
conversions
Update Conversion Status
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
}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
conversion_ids
string[] | null
conversion_status
enum<string>
Available options:
approved,
rejected

Response

200 - application/json

OK

result
boolean