{ "opencollection": "1.0.0", "info": { "name": "One-Shot access integrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "integrations", "type": "folder" }, "items": [ { "info": { "name": "List Integrations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/integrations", "params": [ { "name": "integration_type", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Integrations" } ] } ], "bundled": true }