{ "opencollection": "1.0.0", "info": { "name": "TIAA Financial Data Exchange Accounts Contributions API", "version": "6.0" }, "items": [ { "info": { "name": "Contributions", "type": "folder" }, "items": [ { "info": { "name": "Submit Contribution", "type": "http" }, "http": { "method": "POST", "url": "https://api.tiaa.org/fdx/v6/plans/:planId/contributions", "params": [ { "name": "planId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submits a contribution or allocation to a participant's SIA account." } ] } ], "bundled": true }