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

There are two basic steps to getting data out of money toolkit...

  1. An Authentication POST

  2. A data read GET

  3. The Authentication -- send a post to... https://www.moneytoolkit.com/pub/authenticate

with the body... u=danm&p=pass

Dont forget the the header...

You will get a response like this.... {"message": "authenticated", "token": "danmeWyPfuPj"}

Grab the token and save for later...

  1. The requests -- send a post to... https://www.moneytoolkit.com/pub/authenticate

with the body... u=danm&p=pass

Dont forget the the header...

You will get a response like this.... {"message": "authenticated", "token": "danmeWyPfuPj"}

Grab the token and save for later...

Clone this wiki locally