{ "opencollection": "1.0.0", "info": { "name": "Alloy Automation Embedded & Unified Connectivity Integrations API", "version": "2024-03" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List integrations / connectors", "type": "http" }, "http": { "method": "GET", "url": "https://embedded.runalloy.com/2024-03/integrations", "params": [ { "name": "userId", "value": "", "type": "query", "description": "When present, scopes the list to a user's enabled integrations." } ] }, "docs": "Lists the connectors available to power your integration marketplace, or the integrations enabled for a specific user when userId is supplied." } ] } ], "bundled": true }