Skip to content

Web API

The Web APIs allow access to gateway functions through standard HTTP requests. The Web API methods provide the following capabilities:

  • Access device configuration and status
  • Work with files in the file system
  • Perform firmware upgrades

You can use a client such as cURL to make requests from the command line or as part of a scriptable procedure.

If you are creating your own custom webpages, you can use the WebAPI with Javascript transactions to access the XML data (configuration and status).

Refer to the Web API Reference for more details about the Web APIs, including cURL and Javascript examples.