{ "opencollection": "1.0.0", "info": { "name": "katana-api-gateway AdditionalCostController WebhookController API", "version": "0.0.1" }, "items": [ { "info": { "name": "WebhookController", "type": "folder" }, "items": [ { "info": { "name": "WebhookController.getWebhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "WebhookController.updateWebhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.katanamrp.com/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "WebhookController.deleteWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.katanamrp.com/v1/webhooks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "WebhookController.getAllWebhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.katanamrp.com/v1/webhooks", "params": [ { "name": "pagination", "value": "", "type": "query" }, { "name": "ids", "value": "", "type": "query" }, { "name": "url", "value": "", "type": "query" }, { "name": "enabled", "value": "", "type": "query" } ] } }, { "info": { "name": "WebhookController.createWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.katanamrp.com/v1/webhooks", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }