{ "opencollection": "1.0.0", "info": { "name": "Paragon ActionKit Connect API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connect", "type": "folder" }, "items": [ { "info": { "name": "Connect a user credential to a resource", "type": "http" }, "http": { "method": "POST", "url": "https://zeus.useparagon.com/projects/:projectId/sdk/resources/:resourceId/connect", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Paragon project identifier." }, { "name": "resourceId", "value": "", "type": "path", "description": "The Paragon resource (integration) identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Connects the authenticated user's credentials to a Paragon resource / integration. This is the server-side equivalent of initiating a connection through the Connect Portal." } ] } ], "bundled": true }