Will i be able to fire API early Access API call to my production Network ?

Solved
AJAY2
Here to help

Will i be able to fire API early Access API call to my production Network ?

Hi,

 

I am basically trying to fire the below API call however I keep getting HTTP 404 error stating that the resource could not be found. Can someone support here to validate my API call Pls. (Sample call below)

curl -L --request GET \
--url https://api.meraki.com/api/v1/organizations/{organizationId}/wireless/devices/signalQuality/byDevice... \
--header 'Authorization: Bearer XXXXXX' \
--header 'Accept: application/json'

1 Accepted Solution
ww
Kind of a big deal
Kind of a big deal

Did you enable "Early API Access" At the dashboard?

Org > early access

View solution in original post

8 Replies 8
ww
Kind of a big deal
Kind of a big deal

Did you enable "Early API Access" At the dashboard?

Org > early access

AJAY2
Here to help

Ahhh ! Just noticed its disabled. Thanks alot.

AJAY2
Here to help

After enabling it, i am now encountering HTTP 500 message saying Internal server error issue? 

nan3540
Here to help

I would try the below uri, notice i have just removed the "[]" from your url params

 

https://api.meraki.com/api/v1/organizations/{organizationId}/wireless/devices/signalQuality/byDevice?networkIds=L_80560273736677283&networkIds=L_805802737366976746&bands=5&timespan=7200

 

AJAY2
Here to help

Above doesn't work for me as it says networkIDs need to be defined as array! However, i have got it worked now. I had issue with my Firewall policies.

Oren
Meraki Employee All-Star Meraki Employee All-Star
Meraki Employee All-Star

I’m glad to see the issue was resolved.

 

The first message appears to include an API key.

Can you please revoke it, and edit the message to remove it?

I rather not excite the wrong people with potential leaked credentials.

AJAY2
Here to help

It is not the correct credentials! It was made up by me. 🙂  But I have removed it.

Oren
Meraki Employee All-Star Meraki Employee All-Star
Meraki Employee All-Star

Thanks.

Get notified when there are additional replies to this discussion.