Hi,
Im trying to implement the api, I can get everything else such as list of Orgs, admins within an Org, however cant get list of devices as it returns empty even though there are devices visible on the dashboard.
So, this is working with same header (X-Cisco-Meraki-API-Key😞
{{baseUrl}}/organizations/{Org-ID}/admins
But these are not even though the header x-cisco is the same:
{{baseUrl}}/organizations/{Org-ID}/inventory
{{baseUrl}}/organizations/{Org-ID}/deviceStatuses
{{baseUrl}}/organizations/{Org-ID}/devices
.
.
So what am I missing?
Thanks