{ "opencollection": "1.0.0", "info": { "name": "Sentry Error Monitoring Alerts API", "version": "0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Alerts", "type": "folder" }, "items": [ { "info": { "name": "List alert rules", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_slug/alert-rules/", "params": [ { "name": "organization_slug", "value": "my-organization", "type": "path", "description": "Organization slug" }, { "name": "project", "value": "", "type": "query" } ] }, "docs": "Returns all metric and issue alert rules for an organization." } ] } ], "bundled": true }