{ "opencollection": "1.0.0", "info": { "name": "Lever Applications Users API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/users" }, "docs": "List users" }, { "info": { "name": "Create user", "type": "http" }, "http": { "method": "POST", "url": "https://api.lever.co/v1/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create user" }, { "info": { "name": "Retrieve user", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/users/:user", "params": [ { "name": "user", "value": "", "type": "path" } ] }, "docs": "Retrieve user" } ] } ], "bundled": true }