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