v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Get Channel

get/v1/channel/{ChannelID}

Path parameters

ChannelIDinteger required

The ID of the Channel

Response

200

Titlestring
IsDeletedboolean
{"stackTrail":"paths:/v1/channel/{ChannelID}:get:responses:200:content:application/json:schema:properties:CustomTargeting","oasType":"schema","type":"unknown"}
AdTypesinteger[]
{"stackTrail":"paths:/v1/channel/{ChannelID}:get:responses:200:content:application/json:schema:properties:Keywords","oasType":"schema","type":"unknown"}
Commissionnumber
Enginestring
CPMnumber
Idinteger

Example response

{
  "Title": "Finance Sites",
  "AdTypes": [
    5
  ],
  "Commission": 0.01,
  "Engine": "CPM",
  "CPM": 0.01,
  "Id": 1234
}