If I use GET /networks/[networkId]/clients/[idOrMacOrIp] I can get the MAC address of the AP but I am needing the actual name of the AP.
I then thought I can use GET /networks/[networkId]/devices/[serial] to get the name of the AP by it's MAC address but that only accepts the serial number of the AP not the MAC address.
Any guidance would be appreciated!