Skip to main content
GET
/
networks
/
channels
List Channels
curl --request GET \
  --url https://api.eflow.team/v1/networks/channels \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "channels": [
    {
      "network_channel_id": 1,
      "network_id": 1,
      "name": "321312",
      "status": "active",
      "time_created": 1774712750,
      "time_saved": 1774712750,
      "relationship": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.everflow.io/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all channels for the network. Channels are used to organize offers into logical groups for reporting and management purposes.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Response

200 - application/json
channels
object[]

List of channels.