{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials Notifications API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "List all notification rules", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/notifications" }, "docs": "Retrieves a list of all configured notification rules and targets for alerting on data flow anomalies and system events." } ] } ], "bundled": true }