cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
8043
Views
3
Helpful
5
Replies

Get Networks returning 404

ItaloDM
Community Member

Hi,
I'm new with Meraki API and so far the only working GET so far is about my organizations, but when I try to get the network (using the ID retrieved from the previous get), the response i 404

[ https://api.meraki.com/api/v0/organizations/xxxblablablaxxx/networks ]

Why? the Organization ID is correct... I also tried with a sample Org_ID I found on Meraki Postman start guide, and it works of course. So, is it due some missing permission? What should I check?

Thanks!

1 Accepted Solution

Accepted Solutions

Does your account have full access at the organization level (not at the network level)?

View solution in original post

5 Replies 5

hody.crouch
Level 7
Level 7

Make sure the Dashboard API is enabled for your organization. Go to Meraki Dashboard > Organization > Settings. Look for the "API Access" setting.

Already enabled, I also generated a brand new key and used in the place of the first key.

image.png

The GET Organizations is the only one working... Y_Y

Does your account have full access at the organization level (not at the network level)?

I think that is it. If I give myself "None" in organization and "Full" for the specific network then I can list my orgs, but can't actually fetch the networks.

Bingo... I have Read Only permission, indeed. I though that simple GET request would have been allowed, at least.

Thanks