cURL
curl --request PATCH \ --url https://api.eflow.team/v1/networks/custom/creative \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "custom_creative_setting_ids": [ 1, 2, 3 ], "status": "inactive" } '
{ "result": true }
Bulk update the status of multiple custom creative settings at once. Provide a list of setting IDs and the new status.
The Everflow API key generated from the Control Center > Security.
List of custom creative setting IDs to update.
New status for all specified settings.
active
inactive
OK
Was this page helpful?