{ "opencollection": "1.0.0", "info": { "name": "Tink Account Check Accounts Investments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Investments", "type": "folder" }, "items": [ { "info": { "name": "Tink List Investment Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/data/v2/investment-accounts" }, "docs": "List investment accounts the user has consented to share." }, { "info": { "name": "Tink List Investment Holdings", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/data/v2/investment-accounts/:id/holdings", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List individual holdings within an investment account, including instrument, quantity, and market value." } ] } ], "bundled": true }