Using rogue_meraki_python_sdk with meraki.com

Python integration

Install
pip install rogue_meraki_python_sdk
Quick start
import rogue_meraki_python_sdk

# Set your API key
client = rogue_meraki_python_sdk.Client(api_key="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
rogue_meraki_python_sdk
Python
API
meraki.com
meraki.com
At a glance
Language Python
Endpoints263
Base URLhttps://api.meraki.com/api/v0