First, ensure you have the right network permission(which I assume you already have as you can get the organization list). Then try the below curl command to rule out any library issues. curl -L --request GET \ --url https://api.meraki.com/api/v1/devices/[YOUR SERIAL NUMBER] \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' \ --header 'X-Cisco-Meraki-API-Key: [YOUR API KEY]'
... View more