{ "opencollection": "1.0.0", "info": { "name": "Lever Applications Files API", "version": "v1" }, "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/opportunities/:opportunity/files", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ] }, "docs": "List files" }, { "info": { "name": "Upload file", "type": "http" }, "http": { "method": "POST", "url": "https://api.lever.co/v1/opportunities/:opportunity/files", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload file" }, { "info": { "name": "List file actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/opportunities/:opportunity/file-actions", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ] }, "docs": "List file actions" } ] } ], "bundled": true }