Skip to main content
PUT
Update Traffic Source

Authorizations

X-Eflow-Api-Key
string
header
required

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

Body

application/json
network_traffic_source_id
integer
required

The ID of the traffic source to update.

name
string
required

Name of the traffic source.

is_public
boolean
required

When true, affiliates will be able to select this traffic source when generating tracking links.

parameters
object[]
required

An array of parameter/value pairs that define the tracking parameters for this traffic source. At least one entry is required.

postback_url
string

An optional postback URL for this traffic source.

Response

200 - application/json
network_traffic_source_id
integer

Unique traffic source ID.

network_id
integer

Network ID.

name
string

Name of the traffic source.

postback_url
string

Postback URL for this traffic source.

time_created
integer

Unix timestamp of creation.

Example:

1734455015

time_saved
integer

Unix timestamp of last update.

Example:

1734455015

relationship
object
is_public
boolean

When true, affiliates can select this traffic source when generating tracking links.