{ "opencollection": "1.0.0", "info": { "name": "Sentry Alerts Data Forwarders API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Data Forwarders", "type": "folder" }, "items": [ { "info": { "name": "Sentry Retrieve data forwarders for an organization", "type": "http" }, "http": { "method": "GET", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/data-forwarders/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." } ] }, "docs": "Returns a list of data forwarders configured for the organization." }, { "info": { "name": "Sentry Create a data forwarder for an organization", "type": "http" }, "http": { "method": "POST", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/data-forwarders/", "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 data forwarder for the organization." }, { "info": { "name": "Sentry Update a data forwarder for an organization", "type": "http" }, "http": { "method": "PUT", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/data-forwarders/:forwarder_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "forwarder_id", "value": "", "type": "path", "description": "The ID of the data forwarder." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing data forwarder." }, { "info": { "name": "Sentry Delete a data forwarder for an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://sentry.io/api/0/organizations/:organization_id_or_slug/data-forwarders/:forwarder_id/", "params": [ { "name": "organization_id_or_slug", "value": "", "type": "path", "description": "The ID or slug of the organization." }, { "name": "forwarder_id", "value": "", "type": "path", "description": "The ID of the data forwarder." } ] }, "docs": "Deletes a data forwarder." } ] } ], "bundled": true }