{ "opencollection": "1.0.0", "info": { "name": "Vimeo Albums Channels API", "version": "3.4" }, "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.vimeo.com/channels" }, "docs": "List channels" }, { "info": { "name": "Get a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.vimeo.com/channels/:channel_id", "params": [ { "name": "channel_id", "value": "", "type": "path" } ] }, "docs": "Get a channel" }, { "info": { "name": "List videos in a channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.vimeo.com/channels/:channel_id/videos", "params": [ { "name": "channel_id", "value": "", "type": "path" } ] }, "docs": "List videos in a channel" } ] } ], "bundled": true }