{ "opencollection": "1.0.0", "info": { "name": "Pandium Connector Calls Integrations API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Pandium List all integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandium.io/v2/integrations", "params": [ { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." } ] }, "docs": "Get all your integrations on Pandium." }, { "info": { "name": "Pandium Get a single integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandium.io/v2/integrations/:integration_id", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "The unique identifier of the integration." } ] }, "docs": "Retrieve a single integration by its ID." }, { "info": { "name": "Pandium List releases for an integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandium.io/v2/integrations/:integration_id/releases", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "The unique identifier of the integration." } ] }, "docs": "Get all releases for a specific integration." }, { "info": { "name": "Pandium Get a single release", "type": "http" }, "http": { "method": "GET", "url": "https://api.pandium.io/v2/integrations/:integration_id/releases/:release_id", "params": [ { "name": "integration_id", "value": "", "type": "path", "description": "The unique identifier of the integration." }, { "name": "release_id", "value": "", "type": "path", "description": "The unique identifier of the release." } ] }, "docs": "Get a single release for a specific integration." } ] } ], "bundled": true }