Skip to main content
PUT
/
networks
/
offers
/
{offerId}
/
payoutrevenue
Update Offer Payout/Revenue
curl --request PUT \
  --url https://api.eflow.team/v1/networks/offers/{offerId}/payoutrevenue \
  --header 'Content-Type: application/json' \
  --header 'X-Eflow-Api-Key: <api-key>' \
  --data '{}'
{}

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

offerId
integer
required

The offer ID.

Body

application/json

The full payout/revenue configuration to set.

Response

200 - application/json

OK

Updated payout and revenue configuration.