Hi, I would like to create snapshots from the Cameras, but my requests always return 403 - Forbidden. The account used has full admin privileges. The request is of type: curl -X POST \ https://api.meraki.com/api/v0/networks/L_111111111111111111/cameras/QQQQ-QQQQ-QQQQ/snapshot \ -H 'X-Cisco-Meraki-API-Key: abc123def456etc' Following the redirect to the shard api (n270.meraki.com) I've tried with and without Content-Type: application/json and Accept: application/json headers Sense MV API is enabled on the camera The network id has been retrieved from going to the organizations API and retrieving all the networks. The serial ID has been retrieved from the networks API for the specific network, and retrieving all the cameras within (with their serialId listed). Any idea what I could check out next? Other APIs such as analytics zone on that camera do work with my api key.
... View more