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