# webex-device-api-examples **Repository Path**: mirrors_CiscoDevNet/webex-device-api-examples ## Basic Information - **Project Name**: webex-device-api-examples - **Description**: REST API Examples for Webex Devices APIs through Webex Platform - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Webex Devices APIs example scripts Here you'll find scripts that illustrate how to use the [Devices](https://developer.webex.com/docs/api/v1/devices) and [Device Configurations](https://developer.webex.com/docs/api/v1/device-configurations) APIs. ## How to run the scripts 1. Make sure you have node installed, either [directly](https://nodejs.org/en/download/) or through a [package manager](https://nodejs.org/en/download/package-manager/). 2. Install depencies: `npm install` 3. Edit the script you want to run. Most will for example have a `const ACCESS_TOKEN = "enter your access token here";` line that you'll need to update with your [token](https://developer.webex.com/docs/api/getting-started#accounts-and-authentication). Read through the comments in the script to see if there is more you need to fill in. 4. Run the script: `node