v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Traffic Sources

Create Traffic Source

post/networks/trafficsource

Request body

namestring required

Name of the traffic source.

postback_urlstring

An optional postback URL for this traffic source.

is_publicboolean required

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

Response

network_traffic_source_idinteger

Unique traffic source ID.

network_idinteger

Network ID.

namestring

Name of the traffic source.

postback_urlstring

Postback URL for this traffic source.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

is_publicboolean

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

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}