Guide on How to Begin Using Device API

Guide on How to Begin Using Device API

The Device API has been open to users since Firmware 8 and it is a set of HTTP endpoints. Each endpoint is an HTTP GET request or POST request with JSON arguments and JSON responses.

The access port is the same as that configured for Web Admin access. For security reasons, however, the API should always be used under Secure HTTP (HTTPS) access.

Still, you need the knowledge about how to create a client, generate a token, then access it.

Please see the link below to download the full document.

Example:

  1. [GET] status.wan.connection
  2. [GET] status.wan.connection with parameters(WAN ID =2, Check the WAN2 information)
1 Like