- You can use the following endpoint to get the status of all devices (including APs) in an organization.
GET /organizations/{organizationId}/deviceStatuses
This will return a list of devices with their status (online, offline, or alerting) and other metadata.
- To get more detailed wireless information (like SSID status, channel, power, etc.) for a specific AP, use.
GET /devices/{serial}/wireless/status
This endpoint returns SSID configurations and operational details such as.
SSID name and number
Band (2.4 GHz / 5 GHz)
Channel and width
Power level
Whether it's broadcasting or visible
Get Device Wireless Status - Meraki Dashboard API v1 - Cisco Meraki Developer Hub
I am not a Cisco Meraki employee. My suggestions are based on documentation of Meraki best practices and day-to-day experience.
Please, if this post was useful, leave your kudos and mark it as solved.