{ "opencollection": "1.0.0", "info": { "name": "TIAA Financial Data Exchange Accounts API", "version": "6.0" }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Customer Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiaa.org/fdx/v6/accounts", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of accounts to return" } ], "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 all accounts to which the customer has granted consent." }, { "info": { "name": "Get Account Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiaa.org/fdx/v6/accounts/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique account identifier" } ], "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 details for a specific account by account ID." } ] } ], "bundled": true }