There's a couple ways you can get data from the API. The first is using curl, like the examples in the documentation. curl is a commandline utility for interacting with URLs. It's commonly found on most *nix systems. Postman is another popular choice for people, though I personally don't use it. https://documenter.getpostman.com/view/897512/meraki-dashboard-api/2To9xm#e411649f-8ae2-47e0-af61-576ff367fafc And then, of course, you can write a program using your favourite scripting or programming language to interact with the API. Everything you need for that is outlined in the documentation (though if you're not already fluent with a language this will be the most compilcated method for you).
... View more