cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1205
Views
0
Helpful
1
Replies

Meraki API: Need help with 404 Bad Request Errors

siya1
Community Member

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&endingBefore=2024-06-13T07:00:00.533Z&includedEventTypes[]=

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 Accepted Solution

Accepted Solutions

JamesT91
Meraki Community All-Star
Meraki Community All-Star

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

View solution in original post

1 Reply 1

JamesT91
Meraki Community All-Star
Meraki Community All-Star

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