Are you setting the api_key? I think the code you want looks something like this: import meraki api_key = "721e1notmyrealapikeyf72" dashboard = meraki.DashboardAPI(api_key) serialnums = ["XXXX-XXXX-XXXX"] networkid = "L_6notmynetworkid93483" claimdevice = dashboard.devices.claimNetworkDevices(networkid,serials=serialnums,)
... View more