{ "opencollection": "1.0.0", "info": { "name": "Pipedrive API v1 Activities UserConnections API", "version": "1.0.0" }, "items": [ { "info": { "name": "UserConnections", "type": "folder" }, "items": [ { "info": { "name": "Get all user connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.pipedrive.com/v1/userConnections", "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "docs": "Returns data about all connections for the authorized user." } ] } ], "bundled": true }