{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Integrations API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Sentry List an organization's available integrations", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/integrations/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "providerKey", "value": "", "type": "query", "description": "Filter by integration provider key." } ] }, "docs": "Returns a list of integrations configured for an organization." }, { "info": { "name": "Sentry Retrieve an integration for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/integrations/:integration_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "integration_id", "value": "", "type": "path", "description": "The ID of the integration." } ] }, "docs": "Returns details for a specific integration." }, { "info": { "name": "Sentry Delete an integration for an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/integrations/:integration_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "integration_id", "value": "", "type": "path", "description": "The ID of the integration." } ] }, "docs": "Removes an integration from the organization." }, { "info": { "name": "Sentry Get integration provider information", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/config/integrations/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns available integration providers and their configurations." } ] } ], "bundled": true }