GET /wifi_networks/{ssid}/allowed_groups/
Get the list of allowed groups for a WiFi network
get/v1/wifi_networks/{ssid}/allowed_groups/
Path parameters
ssidstring required
SSID of the network
Response
200
Example response
{
"status": "ok",
"data": [
"github"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.