The Wayback Machine - https://web.archive.org/web/20060811154118/http://www.movedigital.com:80/docs/index.php/MoveDigital_API

MoveDigital API

From MoveDigital Docs

The MoveDigital API is an interface for programmers to gain access into the MoveDigital Service. It allows the possibility of designing new MoveDigital interfaces and making MoveDigital a part of other services.

If you are interested in demoing the API, at the bottom of each of the function documentation pages is a link to a web form which will POST to the specified method (or you can go to our test_rest (http://www.movedigital.com/services/test_rest.html) page to see the full thing).

MoveDigital API REST Functions

The MoveDigital API works via REST over HTTP and HTTPS (SSL). All method calls except movedigital.auth.startSession and movedigital.accounts.createAccount should be POSTed to http://www.movedigital.com/services/rest/. The startSession and createAccount method calls should be POSTed securely to https://secure.movedigital.com/services/rest/.

Additional Documentation

Navigation