cURL
curl --request PUT \ --url https://api.eflow.team/v1/networks/offers/{offerId}/forwardingrule \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data '{}'
{}
Update the forwarding rule for a specific offer. Forwarding rules define how traffic is redirected when an offer’s cap is reached or when the offer is paused.
The Everflow API key generated from the Control Center > Security.
The offer ID.
The forwarding rule configuration to set.
OK
Updated forwarding rule configuration.
Was this page helpful?