{ "opencollection": "1.0.0", "info": { "name": "Kion Cloud Operations Accounts Webhooks API", "version": "3.10.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Kion List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/webhook" }, "docs": "Returns a list of all webhooks." }, { "info": { "name": "Kion Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://{kion-instance}/api/v3/webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Kion Create a webhook" }, { "info": { "name": "Kion Get a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://{kion-instance}/api/v3/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Get a webhook" }, { "info": { "name": "Kion Update a webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://{kion-instance}/api/v3/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Kion Update a webhook" }, { "info": { "name": "Kion Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://{kion-instance}/api/v3/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource in Kion" } ] }, "docs": "Kion Delete a webhook" } ] } ], "bundled": true }