Submitting to the API
Last updated
Was this helpful?
Last updated
Was this helpful?
All API requests to the Zaui.io platform must be sent using an HTTPS POST and must be submitted using the following URL:
All API access is over HTTPS and accessed from the domain.
Each response consists of an object with the following properties:
HTTP response status code: The status code of the HTTP response. This does match the header value of the response, unless suppress_response_codes=true
was sent. For a list of valid response codes, see the appendix at the close of this document.
XML data payload: The result data will always return XML
Note: See for a list of all Zaui IO HTTP Response Codes