{ "opencollection": "1.0.0", "info": { "name": "Paragon ActionKit Credentials API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "Paragon Get user credentials", "type": "http" }, "http": { "method": "GET", "url": "https://actionkit.useparagon.com/projects/:projectId/sdk/credentials", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Your Paragon Project ID." } ] }, "docs": "Returns the Connect credentials for the authenticated Connected User." }, { "info": { "name": "Paragon Update a credential", "type": "http" }, "http": { "method": "PATCH", "url": "https://actionkit.useparagon.com/projects/:projectId/sdk/credentials/:credentialId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Your Paragon Project ID." }, { "name": "credentialId", "value": "", "type": "path", "description": "The ID of the Connect credential to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specific Connect credential for the authenticated Connected User." } ] } ], "bundled": true }