Skip to main content
PATCH
Update Conversion Status
Modify the status of one or more conversions. Accepts an array of conversion IDs and the target status (approved or rejected).

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
required

IDs of the conversions to update.

conversion_status
enum<string>
required

Target status for the conversions.

Available options:
approved,
rejected

Response

200 - application/json
result
boolean