{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Installations API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Installations", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization's Integration Platform installations", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/sentry-app-installations/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns a list of Integration Platform installations for the organization." } ] } ], "bundled": true }