After that, I'd recommend to look into pycharm and start doing the same things you've been doing in postman with Python. Here's a few of the steps to get going: Create a new projectGive it a namePyCharm will prepare everything for youGo to the project settings to add the Meraki libraryClick the little plusFind the Meraki module and install itAfter installing it it'll look like thisCreate a python fileTo get started with the code have a look at http://meraki.io/api. Every endpoint has an example which you can use as a template.Here's the simplest example that gets the id of all orgs you have access to. I just copied over the template and filled in my API key.
Hello @CSegovia! Welcome to the Meraki Community! It is a great community to be a part of and we are glad to have you here. I did exactly what @BrechtSchamp suggested and it is a great path to follow for learning the API.
CMNO, CCNA R+S
Get notified when there are additional replies to this discussion.