Describes the available request / response formats
All request body data that you send to the API as well as the response data returned by the API are to be formatted as valid JSON (JavaScript Object Notation).
You can learn more about the JSON format at: http://www.json.org
If you need to validate a JSON data string that you have developed, simply copy & paste your JSON into the validator at http://jsonlint.com to verify that you have valid data to send to our API before making the call.