{ "opencollection": "1.0.0", "info": { "name": "Lever Applications Opportunities API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Opportunities", "type": "folder" }, "items": [ { "info": { "name": "List opportunities", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/opportunities" }, "docs": "List opportunities" }, { "info": { "name": "Create opportunity", "type": "http" }, "http": { "method": "POST", "url": "https://api.lever.co/v1/opportunities", "body": { "type": "json", "data": "{}" } }, "docs": "Create opportunity" }, { "info": { "name": "List deleted opportunities", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/opportunities/deleted" }, "docs": "List deleted opportunities" }, { "info": { "name": "Retrieve opportunity", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/opportunities/:opportunity", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ] }, "docs": "Retrieve opportunity" }, { "info": { "name": "Update stage", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/opportunities/:opportunity/stage", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update stage" }, { "info": { "name": "Update archived state", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/opportunities/:opportunity/archived", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update archived state" }, { "info": { "name": "Update contact links", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/opportunities/:opportunity/links", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update contact links" }, { "info": { "name": "Update tags", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/opportunities/:opportunity/tags", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update tags" }, { "info": { "name": "Update sources", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/opportunities/:opportunity/sources", "params": [ { "name": "opportunity", "value": "", "type": "path", "description": "Opportunity identifier (UUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update sources" }, { "info": { "name": "List candidates (deprecated)", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/candidates" }, "docs": "List candidates (deprecated)" }, { "info": { "name": "Retrieve candidate (deprecated)", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/candidates/:candidate", "params": [ { "name": "candidate", "value": "", "type": "path" } ] }, "docs": "Retrieve candidate (deprecated)" } ] } ], "bundled": true }