{ "opencollection": "1.0.0", "info": { "name": "Kevel APIs Ads Channels API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Adzerk-ApiKey", "value": "{{X-Adzerk-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.kevel.co/v1/channel" }, "docs": "List channels" }, { "info": { "name": "Create a channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.kevel.co/v1/channel", "body": { "type": "json", "data": "{}" } }, "docs": "Create a channel" } ] } ], "bundled": true }