{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Projects & Folders API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Projects & Folders", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.benchling.com/api/v2/projects" }, "docs": "List projects" }, { "info": { "name": "List folders", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.benchling.com/api/v2/folders" }, "docs": "List folders" }, { "info": { "name": "Create a folder", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.benchling.com/api/v2/folders" }, "docs": "Create a folder" } ] } ], "bundled": true }