Sample Applications

Here you can find links to source code for applications illustrating various aspects of the Yodlee API v1.1.

JWT Creation


An app showing how to create JSON web tokens used to authenticate developers to the Yodlee platform (bundled .zip file).

GitHub repository with sample applications for dealing with JWTs, in several languages including node.js, Python and Ruby.

Account Aggregation Demo


These are web apps (servlets with HTML/JS) to demonstrate the use of linking an account with FastLink, getting a list of a user’s linked accounts, and getting a list of transactions for a specific account.  This sample uses JWT authentication, and the API calls are the same whichever authentication approach is used to create an access token.