{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Spike Protection API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Spike Protection", "type": "folder" }, "items": [ { "info": { "name": "Sentry List spike protection notifications", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/spike-protections/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns a list of spike protection notification actions." }, { "info": { "name": "Sentry Create a spike protection notification action", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/spike-protections/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new spike protection notification action." } ] } ], "bundled": true }