---
title: "Get Traffic Source by ID"
method: GET
path: "/networks/trafficsource/{trafficSourceId}"
tags: ["Traffic Sources"]
---

# Get Traffic Source by ID

`GET /networks/trafficsource/{trafficSourceId}`

Retrieve a single traffic source by its ID.

## Path parameters

- `trafficSourceId` integer, required

## Response `200`

- TrafficSource
  - `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.
  - `time_saved` integer — Unix timestamp of last update.
  - `relationship` object
    - `parameters` object
      - `total` integer — Total number of parameters.
      - `entries` object[]
        - `network_traffic_source_id` integer
        - `network_id` integer
        - `tracking_parameter` string — The tracking parameter name.
        - `tracking_value` string — The tracking parameter value.
  - `is_public` boolean — When true, affiliates can select this traffic source when generating tracking links.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
