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