Skip to main content
GET
/
affiliates
/
channels
List Channels
curl --request GET \
  --url https://api.eflow.team/v1/affiliates/channels \
  --header 'X-Eflow-Api-Key: <api-key>'
[
  {
    "network_affiliate_channel_id": 123,
    "name": "<string>",
    "status": "<string>"
  }
]

Authorizations

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Response

200 - application/json

OK

network_affiliate_channel_id
integer

Unique identifier for the channel.

name
string

Display name of the channel.

status
string

Current status of the channel.