{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_connectedAccounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_connectedAccounts", "type": "folder" }, "items": [ { "info": { "name": "List connected accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/connected_account/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_fields", "value": "", "type": "query" }, { "name": "user_id", "value": "", "type": "query" } ] }, "docs": "You can filter down to a specific user by passing the `?user_id` query parameter." }, { "info": { "name": "Fetch a single connected account", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/connected_account/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "_fields", "value": "", "type": "query" } ] }, "docs": "Fetch a single connected account" } ] } ], "bundled": true }