{ "opencollection": "1.0.0", "info": { "name": "TIAA Financial Data Exchange Accounts Customer API", "version": "6.0" }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "Get Customer Profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiaa.org/fdx/v6/customer", "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 the authenticated customer's profile information." } ] } ], "bundled": true }