Return the SSID statuses of an access point

GET {{baseUrl}}/devices/:serial/wireless/status

Return the SSID statuses of an access point

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

{"basicServiceSets":[{"ssidName":"My SSID","ssidNumber":0,"enabled":true,"band":"2.4 GHz","bssid":"8A:15:04:00:00:00","channel":11,"channelWidth":"20 MHz","power":"18 dBm","visible":true,"broadcasting":true},{"ssidName":"My SSID","ssidNumber":0,"enabled":true,"band":"5 GHz","bssid":"8A:15:14:00:00:00","channel":149,"channelWidth":"80 MHz","power":"18 dBm","visible":true,"broadcasting":true}]}