{ "opencollection": "1.0.0", "info": { "name": "Aikido Security Public REST Clouds 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.aikido.dev/api/public/v1/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Add webhook", "type": "http" }, "http": { "method": "POST", "url": "https://app.aikido.dev/api/public/v1/webhooks" }, "docs": "Add webhook" }, { "info": { "name": "Remove webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.aikido.dev/api/public/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Remove webhook" } ] } ], "bundled": true }