{ "opencollection": "1.0.0", "info": { "name": "Qlik Cloud REST Api Keys Webhooks API", "version": "1.0.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://your-tenant.region.qlikcloud.com/api/v1/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://your-tenant.region.qlikcloud.com/api/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook" } ] } ], "bundled": true }