Tools and News for Developers using the AllClients Platform

Your choice – API calls can return either XML or JSON Formatted Data

Good news! We’ve gone back and updated all older API functions to include the option to return the result data as JSON or XML data. XML was the only option for the API functions created in the past.

If you still want XML results, you don’t need to do anything. All results default to XML. If you want your results in JSON, add the field “response_type” to your request fields and set the value to “json”.

You can choose whichever format is easiest to consume in your favorite programming language.