{ "opencollection": "1.0.0", "info": { "name": "Lever Data Applications Files API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "List Files", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/files" }, "docs": "List Files" }, { "info": { "name": "Upload A File", "type": "http" }, "http": { "method": "POST", "url": "https://api.lever.co/v1/files" }, "docs": "Upload A File" }, { "info": { "name": "Retrieve A File", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/files/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve A File" }, { "info": { "name": "Delete A File", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lever.co/v1/files/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete A File" } ] } ], "bundled": true }