Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am not exactly sure why this does not work for me as documented in the following URLhttps://developer.cisco.com/meraki/api-v1/#!get-network-wireless-ssidsThe API call works up until networkid but after that, it doesnt seem consider any wireless cal...
I was calling the API the wrong way, it should be https://api.meraki.com/api/v1/networks/NetworkID/wireless/ssid instead of https://api.meraki.com/api/v1/organizations/OrganizationID/NetworkID/wireless/ssidThanks
From Postman I get a 404 Not found status message, preview error the below: <title>Page not found - Cisco Meraki</title> <style type="text/css"> Everything works up until /networks/:networkID. Even /networks/:networkID/wireless/settings works...