Skip to content
danmux edited this page Feb 6, 2012 · 1 revision

Once you log into the app at...

https://www.moneytoolkit.com/app/go, you can go to the settings page and download your data via the 'Download CSV Data' button.

##For the techies....

You can also get this data by visiting your personal csv data url...

http://www.moneytoolkit.com/csv/person/{username}

You have to be authenticated, so you either have to log in (then the authenticated session token will be in the cookies) and hit that url in the same browser session...

or use the Authentication service, grab the token and stick that in the query parameters...

http://www.moneytoolkit.com/csv/person/{username}?tkn={sessiontoken}

Clone this wiki locally