{ "opencollection": "1.0.0", "info": { "name": "Whippy Public Campaigns Channels API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-WHIPPY-KEY", "value": "{{X-WHIPPY-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/channels" }, "docs": "List channels" }, { "info": { "name": "Show a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/channels/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID." } ] }, "docs": "Show a channel" }, { "info": { "name": "List channel users", "type": "http" }, "http": { "method": "GET", "url": "https://api.whippy.co/v1/channels/:id/users", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource UUID." } ] }, "docs": "List channel users" } ] } ], "bundled": true }