{ "opencollection": "1.0.0", "info": { "name": "Wistia Data Account Channels API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "List channels", "type": "http" }, "http": { "method": "GET", "url": "https://api.wistia.com/v1/channels" }, "docs": "List channels" }, { "info": { "name": "Create channel", "type": "http" }, "http": { "method": "POST", "url": "https://api.wistia.com/v1/channels" }, "docs": "Create channel" }, { "info": { "name": "Show channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.wistia.com/v1/channels/:hashedId", "params": [ { "name": "hashedId", "value": "", "type": "path" } ] }, "docs": "Show channel" }, { "info": { "name": "Update channel", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wistia.com/v1/channels/:hashedId", "params": [ { "name": "hashedId", "value": "", "type": "path" } ] }, "docs": "Update channel" }, { "info": { "name": "Delete channel", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wistia.com/v1/channels/:hashedId", "params": [ { "name": "hashedId", "value": "", "type": "path" } ] }, "docs": "Delete channel" } ] } ], "bundled": true }