{ "opencollection": "1.0.0", "info": { "name": "Truv Admin Banking API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Access-Client-Id", "value": "{{X-Access-Client-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Banking", "type": "folder" }, "items": [ { "info": { "name": "Retrieve banking auth data for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/auth/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve banking auth data for a link." }, { "info": { "name": "Retrieve account balances for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/balances/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve account balances for a link." }, { "info": { "name": "Retrieve bank accounts for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/bank_accounts/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve bank accounts for a link." }, { "info": { "name": "Retrieve bank statements for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/bank_statements/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve bank statements for a link." }, { "info": { "name": "Retrieve transactions for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/transactions/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve transactions for a link." }, { "info": { "name": "Retrieve investments for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/investments/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve investments for a link." }, { "info": { "name": "Retrieve liabilities for a link.", "type": "http" }, "http": { "method": "GET", "url": "https://prod.truv.com/v1/links/:link_id/liabilities/", "params": [ { "name": "link_id", "value": "", "type": "path", "description": "The ID of the link." } ] }, "docs": "Retrieve liabilities for a link." } ] } ], "bundled": true }