---
title: "Create Channel"
method: POST
path: "/networks/channels"
tags: ["Channels"]
---

# Create Channel

`POST /networks/channels`

## Request body

- object
  - `name` string, required — Name of the channel.
  - `status` 'active' | 'inactive', required — Status of the channel.

## Response `200`

- Channel — A traffic channel in the network.
  - `network_channel_id` integer — Unique channel ID.
  - `network_id` integer — Network ID.
  - `name` string — Channel name.
  - `status` 'active' | 'inactive' — Channel status.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.
  - `relationship` object — Related data.

---

[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)
