05-05-2020 08:30 AM
I jumped into Postman for the first time since February and all of my GET commands are returning 404 errors. To troubleshoot I ran previously good GET calls from history and even went to back to basics and did the getOrganizations request. I've used the base url of https//api.meraki.com/api/v0 and the shard for the dashboard in it's place. Not sure if this snip is enough to get an idea of the cause or not. I also reset my API thinking it was the error but the new one didn't help any.
Solved! Go to Solution.
05-11-2020 04:25 AM
Hi,
Python is easy to get it...
05-05-2020 09:42 AM
What version of the postman package are you using? Are you using the beta for v1?
05-05-2020 09:55 AM
for most part I am not seeing any issue, which specific GET call are you making ?
05-05-2020 09:59 AM
As a test I was trying to pull the Org ID using the Meraki Dashboard API request they put out. The collection version is .10 released on April 1st, no beta version.
05-05-2020 11:15 AM
in your printshot, I don't see "content-type" header key and value
05-05-2020 11:32 AM
I only used what was in the template, I used the variables for what was requested but I don't recall using anything other than those variables
05-05-2020 12:16 PM
Hi there,
Here you have a snippet from my postman...
Simply fill in the API key and Content-Type at the headers and you are set to go.
05-07-2020 05:12 AM
@Edgar-VO I added Content-Type and application/json but no luck 😞 Same 404 error
05-07-2020 07:49 AM
Hi,
Try changing your url in https://api.meraki.com/api/v0/organizations/ The API key will redirect you to the proper organsation. Also removing all keys except for API and content type
Then you have the same postman as i have, and it should be working..... I think your problem lies in the URL
Ed
05-07-2020 08:05 AM
05-07-2020 08:41 AM
Hi,
I still see a lot of useless keys.....try removing them. Keep only API and Content type
That is for now the only difference i can see in my request
05-07-2020 08:42 AM
Sad thing is I'm using the ones Meraki put out. I'll try it shortly
05-07-2020 11:14 AM
Didn't work, but I noticed you have yours hidden. The little eye icon at the top will show them. What do you have for Query Params on the first tab if anything?
05-07-2020 10:23 PM
05-08-2020 07:29 AM
Already using it, uninstalled and reinstalled even
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide