meraki.com

The Cisco Meraki Dashboard API is a modern REST API based on the OpenAPI specification. > Date: 05 March, 2023 > > Recent Updates --- API Documentation Community Support [Meraki Homepage](https://www.meraki.

🔑 apikey 263 endpoints iotenterprise
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

meraki-python-sdk ✓ Official
pip install meraki-python-sdk
dashboard-api-python ✓ Official
pip install dashboard-api-python
pip install rogue_meraki_python_sdk
pip install Intro_to_Meraki_SDK
pip install chatGPT_Meraki_Event_Analyzer
npm install meraki-js-sdk
meraki-node-sdk ✓ Official
npm install meraki-node-sdk
meraki-ruby-sdk ✓ Official
gem install meraki-ruby-sdk
dotnet add package PwshMerakiSDK
# See https://github.com/Sherbhy/Meraki---Protective-watch
curl examples
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
Endpoints (263 total)
GET
/organizations
List the organizations that the user has privileges on
GET
/networks/{networkId}
Return a network
GET
/devices/{serial}/clients
List the clients of a device, up to a maximum of a month ago
GET
/networks/{networkId}/ssids
List the SSIDs in a network
GET
/networks/{networkId}/vlans
List the VLANs for an MX network
GET
/networks/{networkId}/events
List the events for the network
GET
/networks/{networkId}/clients
List the clients that have used this network in the timespan
GET
/networks/{networkId}/devices
List the devices in a network
GET
/networks/{networkId}/traffic
Return the traffic analysis data for this network
GET
/networks/{networkId}/sm/users
List the owners in an SM network with various specified fields and filters
GET
/organizations/{organizationId}
Return an organization
GET
/networks/{networkId}/airMarshal
List Air Marshal scan results from a network
At a glance
Total SDKs10
Languages6
Endpoints263
Authapikey
Categories2
https://api.meraki.com/api/v0