v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Traffic Sources

Get Traffic Source by ID

Retrieve a single traffic source by its ID.

get/networks/trafficsource/{trafficSourceId}

Path parameters

trafficSourceIdinteger required

The ID of the traffic source.

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
}