Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello thereI am trying to make a POST request using node to the snapshot API for the MV22 camera But i only manage to get a 404This is the URL i am using```https://api.meraki.com/api/v0/networks/NETWORK/cameras/SERIAL/snapshot```Any help would be app...
Hello, I am creating a tool using Meraki APIS, but since i am a software developer and I don't have many insights on network and usage of the solutions i would like to know a bit about the "real world" scenarios.- Do clients have only one Network for...
HelloI am a developer and I want to get started working with the APIS, i see there is a devnet sandbox, i logged in but I don't know how to find this APIS, how to create my secret and validator, or anything else. Is there any straightforward document...
Ok, after using the shard url it started returning a 400, so then I removed the content type application/json and it worked.This returns me the URL for the snapshot, after trying to make a GET request to this url it gives me a 404 error again. I don'...