Introduction

The Veezi API is exposed as a RESTful service.

Authentication is carried out via a custom HTTP header.

The data can be retrieved in either JSON or XML format. JSON is the default format, so if that is the way you want the data returned, then you don't need to do anything. If you wish to retrieve the data as XML they you need to ensure the Accept HTTP header is set to application/xml.