cURL
pause_offers
curl --request PATCH \ --url https://api.eflow.team/v1/networks/patch/offers/apply \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "network_offer_ids": [ 1, 2, 3 ], "fields": [ { "field_type": "offer_status", "field_value": "paused", "operator": "overwrite" } ] } '
{ "result": true }
field_type
The Everflow API key generated from the Control Center > Security.
Array of offer IDs to update.
Array of field changes to apply.
Show child attributes
Whether the bulk edit was successful.
Was this page helpful?