Skip to main content
PATCH
Bulk Update Custom Creative Status
Bulk update the status of multiple custom creative settings at once. Provide a list of setting IDs and the new status.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
custom_creative_setting_ids
integer[]
required

List of custom creative setting IDs to update.

status
enum<string>
required

New status for all specified settings.

Available options:
active,
inactive

Response

200 - application/json
result
boolean