{ "opencollection": "1.0.0", "info": { "name": "Lever Applications Forms API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "List forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/opportunities/:opportunity/forms", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ] }, "docs": "List forms" }, { "info": { "name": "List profile forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/profile_forms" }, "docs": "List profile forms" } ] } ], "bundled": true }