Using meraki-js-sdk with meraki.com

TypeScript integration

Install
npm install meraki-js-sdk
Quick start
import Meraki_js_sdk from 'meraki-js-sdk';

const client = new Meraki_js_sdk({ apiKey: "YOUR_API_KEY" });
List the organizations that the user has privileges on
curl \
  -H "X-Cisco-Meraki-API-Key: $API_KEY" \
  https://api.meraki.com/api/v0/organizations
Return a network
curl \
  -H "X-Cisco-Meraki-API-Key: $API_KEY" \
  https://api.meraki.com/api/v0/networks/{networkId}
List the clients of a device, up to a maximum of a month ago
curl \
  -H "X-Cisco-Meraki-API-Key: $API_KEY" \
  https://api.meraki.com/api/v0/devices/{serial}/clients
SDK on GitHub 📄 API Docs
SDK
meraki-js-sdk
TypeScript
API
meraki.com
meraki.com
At a glance
Language TypeScript
Endpoints263
Base URLhttps://api.meraki.com/api/v0