Skip to content
danmux edited this page Feb 6, 2012 · 3 revisions

Welcome to the Money Toolkit Public API wiki!

Here lies the secret code that will help you unlock the data aggregation platform for Money Toolkit.

Money Toolkit is a set of online and mobile tools to help you manage your money better.

It is built on top of a RESTful Json based API. (You can of course just export all your data via the CSV Export)

It has a very basic authentication model where a single POST over ssl will pass back a 30 minute token.

(Yes of course we should have oAuth - but we dont yet)

Basic Walkthrough

Authentication

Person

Account

Xact

Clone this wiki locally