Thanks for the reply. I planned to learn python. I thought this would be a quick ash script. Not turning out that way. lol When I run the /usr/bin/curl -L -H 'X-Cisco-Meraki-API-Key: [key]' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v1/organizations/[org ID]/inventoryDevices?perPage=1000&startingAfter=0;rel=first' > curl-test I just get the data in json format. There is no header info with any tokens.
... View more