thanks!
I enabled early API access and tried to do the following curl:
curl -L -H 'X-Cisco-Meraki-API-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' -X GET -H 'Content-Type: application/json' "https://api.meraki.com/api/v1/organizations/2xxxxx/wireless/devices/ethernet/statuses"
but always getting back 404
</div>
<div class="content__container">
<h1 class="content__title">Page not found</h1>
<p class="content__primaryText">The page you are looking for may have been moved or does not exist.</p>
<p class="content__secondaryText">To log in to the Cisco Meraki Dashboard, go to <a href="https://dashboard.meraki.com">https://dashboard.meraki.com</a>.</p>
</div>
<div class="footer__container">
<span id="footer" class="footer__text">© Cisco Systems, Inc.</span>
</div>
<script type="text/javascript" charset="utf-8">
//<![CDATA[
(function () {
var year = new Date().getFullYear();
document.getElementById("footer").innerHTML = '© ' + year + ' Cisco Systems, Inc.';
})()
//]]>
</script>
</body>
</html>
Also I was wondering if this needs the networkID somewhere or the list always returns for the full organization?
thanks
Dieter