Meraki API: Need help with 404 Bad Request Errors

siya
Just browsing

Meraki API: Need help with 404 Bad Request Errors

Hi Team,

 

I am using Meraki APIs and I have imported all the meraki packages for getting the org id and network id I don't see any issues.

 

https://api.meraki.com/api/v1/networks/<network>/events?productType=wireless&perPage=30&verbose=true...

 

When I use the above URL in my script I am getting 404 error I think [] are replaced with %5B%5D. I have tried to change the URL but no luck Can someone help me here.

 

 

1 Reply 1
jimmyt234
Building a reputation

Get Network Events - Meraki Dashboard API v1 - Cisco Meraki Developer Hub

 

You don't need the [] for productType, so this URL should work:

 

https://api.meraki.com/api/v1/networks/{networkId}/events?productType=wireless&perPage=30 

Get notified when there are additional replies to this discussion.