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.
I need some help determining the organizationId to use in my API URLs.I query /organizations to get the organization ID then use that to get the Apple Push Notification Certificate. Problem is I get a 404 Error when using the organization ID.Here's m...
Holy snappin arse-holes, that was it!The user I created for the API key had organization read-only access. I didn't want this user to have access to change anything, just view the data. However, it seems that to get the certificate the user needs Ful...
I noticed that your API URL is different than mine, so I changed it, but I still can't get it to work.I used environment variables to hide the organization name and API key and added and a check to make sure the ID was found.import os, requests
api...
The organizations.json()function does the JSON conversion. It's built into the object that the requests.get() function returns.If do the following:apiKey = '<api_key>'
baseApiUrl = 'https://api.meraki.com/api/v1'
merakiOrgname = '<org_name>'
merakiH...