{ "opencollection": "1.0.0", "info": { "name": "Lever Data Applications Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.lever.co/v1/webhooks" }, "docs": "List Webhooks" }, { "info": { "name": "Create A Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.lever.co/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Webhook" }, { "info": { "name": "Update A Webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.lever.co/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update A Webhook" }, { "info": { "name": "Delete A Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lever.co/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete A Webhook" } ] } ], "bundled": true }