/api/v1/devices/${serialNumber} returns no information for Meraki Cisco Catalyst 9162 access points (CW9162I)
We are using following Meraki APIs:
1) To get list of all the devices in an organization (CW9162I device is also returned along with other MX, MR devices)
/api/v1/organizations/${organizationId}/devices
2) To get device specific information (API returns information for MX, MR but for CW9162I it returns empty.
/api/v1/devices/${serialNumber}
Why this #2 API is not working for CW devices? Is there an alternate API to get device specific information?