{ "opencollection": "1.0.0", "info": { "name": "Gravitee.io - Access Management alerts Notifier API", "version": "4.12.0-alpha.3" }, "items": [ { "info": { "name": "Notifier", "type": "folder" }, "items": [ { "info": { "name": "List all available notifier plugins", "type": "http" }, "http": { "method": "GET", "url": "/management/platform/plugins/notifiers", "params": [ { "name": "expand", "value": "", "type": "query" } ] }, "docs": "There is no particular permission needed. User must be authenticated." }, { "info": { "name": "Get a notifier", "type": "http" }, "http": { "method": "GET", "url": "/management/platform/plugins/notifiers/:notifierId", "params": [ { "name": "notifierId", "value": "", "type": "path" } ] }, "docs": "There is no particular permission needed. User must be authenticated." }, { "info": { "name": "Get a notifier plugin's schema", "type": "http" }, "http": { "method": "GET", "url": "/management/platform/plugins/notifiers/:notifierId/schema", "params": [ { "name": "notifierId", "value": "", "type": "path" } ] }, "docs": "There is no particular permission needed. User must be authenticated." } ] } ], "bundled": true }