Skip to main content
PUT
Update Custom Creative Setting

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

settingId
integer
required

The custom creative setting identifier.

Body

application/json
network_affiliate_ids
integer[]
required

List of affiliate IDs this setting applies to.

name
string
required

Custom creative setting name.

custom_setting_status
enum<string>
required

Setting status.

Available options:
active,
inactive
creative
object
required

Creative object to create inline. A new creative is always created from this object.

network_offer_creative_ids
integer[]

List of offer creative IDs to assign. When a creative object is provided, the newly created creative's ID will replace the values in this array.

Response

200 - application/json
network_custom_creative_setting_id
integer

Unique custom creative setting ID.

network_id
integer

Network ID.

network_offer_creative_ids
integer[]

List of offer creative IDs assigned.

network_affiliate_ids
integer[]

List of affiliate IDs this setting applies to.

name
string

Custom creative setting name.

custom_setting_status
enum<string>

Setting status.

Available options:
active,
inactive
time_created
integer

Unix timestamp of creation.

Example:

1734455015

time_saved
integer

Unix timestamp of last update.

Example:

1734455015

relationship
object