{ "opencollection": "1.0.0", "info": { "name": "Wistia Data Account Folders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "List folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.wistia.com/v1/folders" }, "docs": "List folders" }, { "info": { "name": "Create folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.wistia.com/v1/folders" }, "docs": "Create folder" }, { "info": { "name": "Retrieve folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.wistia.com/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve folder" }, { "info": { "name": "Update folder", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wistia.com/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update folder" }, { "info": { "name": "Delete folder", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wistia.com/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete folder" }, { "info": { "name": "Copy folder (asynchronous)", "type": "http" }, "http": { "method": "POST", "url": "https://api.wistia.com/v1/folders/:id/copy", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Copy folder (asynchronous)" } ] } ], "bundled": true }