Accessing the WiNG API

You can use any language or library that can submit REST API requests and process JSON to query the WiNG API. Examples of languages and libraries that can build REST API clients include:

You can also use tools like Postman, an easy-to-use Chrome extension for making HTTP requests.

Note

Note

The examples in this guide use cURL, a standard command line tool. All you need to do is replace call-specific parameters such as host IP address, user credentials, and authorization token with your own values and you can test the calls from the command line.