{ "opencollection": "1.0.0", "info": { "name": "TIAA Financial Data Exchange Accounts Transactions API", "version": "6.0" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List Account Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiaa.org/fdx/v6/accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path" }, { "name": "startTime", "value": "", "type": "query", "description": "Start of transaction date range (ISO 8601)" }, { "name": "endTime", "value": "", "type": "query", "description": "End of transaction date range (ISO 8601)" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.tiaa.org/oauth2/authorize", "accessTokenUrl": "https://auth.tiaa.org/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Returns transaction history for a specific account within an optional date range." } ] } ], "bundled": true }