cURL
curl --request POST \ --url https://api.eflow.team/v1/networks/channels \ --header 'Content-Type: application/json' \ --header 'X-Eflow-Api-Key: <api-key>' \ --data ' { "name": "Display Ads", "status": "active" } '
{ "network_channel_id": 123, "network_id": 123, "name": "<string>", "status": "<string>", "time_created": 123, "time_saved": 123 }
Create a new channel. Channels are used to categorize and organize offers for reporting and management.
The Everflow API key generated from the Control Center > Security.
Channel name.
Channel status.
active
inactive
OK
The newly created channel ID.
Was this page helpful?