{ "opencollection": "1.0.0", "info": { "name": "TIAA Financial Data Exchange Accounts Tax API", "version": "6.0" }, "items": [ { "info": { "name": "Tax", "type": "folder" }, "items": [ { "info": { "name": "List Tax Forms", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiaa.org/fdx/v6/tax-forms", "params": [ { "name": "taxYear", "value": "", "type": "query", "description": "Filter by tax year" } ], "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 available tax documents (1099-R, 5498, etc.) for the customer." } ] } ], "bundled": true }