{ "opencollection": "1.0.0", "info": { "name": "Tink Account Check Accounts RiskInsights API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "RiskInsights", "type": "folder" }, "items": [ { "info": { "name": "Tink Get A Risk Insights Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.tink.com/risk/v1/risk-insights/:report_id", "params": [ { "name": "report_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Risk Insights report combining income, expenses, balance volatility, and risk signals." } ] } ], "bundled": true }