{ "opencollection": "1.0.0", "info": { "name": "Truist Commercial Account Transactions Accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Personal Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.truist.com/v1/personal/accounts", "headers": [ { "name": "Authorization", "value": "" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.truist.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve a list of personal and small business deposit accounts for the authenticated client." }, { "info": { "name": "Get Personal Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.truist.com/v1/personal/accounts/:accountId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.truist.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve details for a specific personal or small business deposit account." }, { "info": { "name": "Get Personal Account Balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.truist.com/v1/personal/accounts/:accountId/balances", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.truist.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Retrieve current and available balances for a personal or small business account." } ] } ], "bundled": true }