{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup PluginWebHook API", "version": "core" }, "items": [ { "info": { "name": "PluginWebHook", "type": "folder" }, "items": [ { "info": { "name": "POST /plugin/web-hooks", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/plugin/web-hooks", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /plugin/web-hooks", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/plugin/web-hooks", "params": [ { "name": "webHookGuid", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /plugins/web-hook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/plugins/web-hook", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /plugins/web-hook", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/plugins/web-hook", "params": [ { "name": "targetPlugin", "value": "", "type": "query" }, { "name": "webHookGuid", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /plugins/web-hook/ui", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/plugins/web-hook/ui" } } ] } ], "bundled": true }