API Specification

We've been so busy building great features on the platform, that our API docs are still in PDF form. We will continue to migrate this over as time permits.

In the meantime, you can download the API spec in PDF.

XML vs JSON Requests/Responses

While our API documents are in XML, our XML is smart enough to talk in JSON also. To enable the API in JSON add /?responseType=json to the base URL endpoint.

If your requests are in JSON then our API will reply in JSON.

Last updated