{ "opencollection": "1.0.0", "info": { "name": "SmartBear SwaggerHub APIs Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Get API Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.swaggerhub.com/apis/:owner/:api/:version/integrations", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "api", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] }, "docs": "Lists all integrations configured for an API version." }, { "info": { "name": "Create API Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.swaggerhub.com/apis/:owner/:api/:version/integrations", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "api", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new integration for an API version." }, { "info": { "name": "Get API Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.swaggerhub.com/apis/:owner/:api/:version/integrations/:integrationId", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "api", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ] }, "docs": "Retrieves a specific integration configuration." }, { "info": { "name": "Update API Integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swaggerhub.com/apis/:owner/:api/:version/integrations/:integrationId", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "api", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing integration configuration." }, { "info": { "name": "Delete API Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swaggerhub.com/apis/:owner/:api/:version/integrations/:integrationId", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "api", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ] }, "docs": "Deletes a specific integration." }, { "info": { "name": "Execute API Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.swaggerhub.com/apis/:owner/:api/:version/integrations/:integrationId/execute", "params": [ { "name": "owner", "value": "", "type": "path" }, { "name": "api", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "integrationId", "value": "", "type": "path" } ] }, "docs": "Manually triggers an integration execution." } ] } ], "bundled": true }