{ "opencollection": "1.0.0", "info": { "name": "Humaans Audit Events Webhooks API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://app.humaans.io/api/webhooks" }, "docs": "List Webhooks" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://app.humaans.io/api/webhooks" }, "docs": "Create Webhook" }, { "info": { "name": "Retrieve Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://app.humaans.io/api/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Webhook" }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.humaans.io/api/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update Webhook" }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.humaans.io/api/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Webhook" } ] } ], "bundled": true }