cURL
curl --request PUT \ --url https://api.eflow.team/v1/networks/reporting/conversions/{conversionId}/payoutrevenue \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "payout": 10.5, "revenue": 15 } '
{ "result": true }
Update payout and revenue for an approved conversion. Amounts must be absolute values, not percentages.
The Everflow API key generated from the Control Center > Security.
OK
Whether the operation was accepted.
Was this page helpful?