{ "opencollection": "1.0.0", "info": { "name": "Paragon ActionKit Credentials Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Paragon Get project integrations", "type": "http" }, "http": { "method": "GET", "url": "https://actionkit.useparagon.com/projects/:projectId/sdk/integrations", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Your Paragon Project ID." } ] }, "docs": "Returns the list of integrations available in the project, including their enabled status for the authenticated Connected User." }, { "info": { "name": "Paragon Disconnect an integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://actionkit.useparagon.com/projects/:projectId/sdk/integrations/:integrationId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Your Paragon Project ID." }, { "name": "integrationId", "value": "", "type": "path", "description": "The ID of the integration to disconnect." } ] }, "docs": "Disconnects an integration for the authenticated Connected User. When an integration is disconnected, workflows for that integration will stop running for the user and any saved User Settings will be cleared. Equivalent to the SDK function paragon.uninstallIntegration()." } ] } ], "bundled": true }