---
title: "List Traffic Sources"
method: GET
path: "/networks/trafficsource"
tags: ["Traffic Sources"]
---

# List Traffic Sources

`GET /networks/trafficsource`

Retrieve all active traffic sources for the network. Filterable by time_created and time_saved.

## Response `200`

- object
  - `traffic_sources` 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)
