{ "opencollection": "1.0.0", "info": { "name": "Lucid REST Documents Folders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Folders", "type": "folder" }, "items": [ { "info": { "name": "Create a folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.lucid.co/v1/folders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a folder" }, { "info": { "name": "Retrieve a folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.lucid.co/v1/folders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a folder" } ] } ], "bundled": true }