{ "opencollection": "1.0.0", "info": { "name": "Envestnet Aggregation APIs Account Token API", "version": "1.1.0" }, "items": [ { "info": { "name": "Account Token", "type": "folder" }, "items": [ { "info": { "name": "Envestnet Create Account Token", "type": "http" }, "http": { "method": "POST", "url": "/paymentProcessor/token", "body": { "type": "json", "data": "{}" } }, "docs": "The create account token service allows you to create a secure processorToken for a user's verified financial account. This processorToken can then be shared with one of our payment processor partners." }, { "info": { "name": "Envestnet Delete Account Token", "type": "http" }, "http": { "method": "DELETE", "url": "/paymentProcessor/token", "headers": [ { "name": "processorToken", "value": "" } ] }, "docs": "The delete account token service allows you to revoke a previously generated processorToken. It is recommended to use this service when you want to disallow further access to the user's financial account, for instance when a user removes their account from your application." } ] } ], "bundled": true }