Hi!
I am looking for most efficient and correct way to get direct link to device page in Meraki dashboard.
So far, the best I have found is
https://api.meraki.com/manage/dashboard/show?mac={{mac address}}
from https://developer.cisco.com/meraki/build/deep-links/
Unfortunately, it does not work as expected. Instead of device page, it is redirecting me to devices list.
Could you please help me finding out how to fix that, or another way to provide direct, external link to device (and sm device)?
Thanks!