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