getSiteDeviceRadioChannels

GET https://{{host}}/api/v1/sites/:site_id/devices/ap_channels?country_code={{country_code}}

Query Parameter

ParameterTypeDescription
country_codestringcountry code for the site (for AP config generation), in two-character

Request Params

KeyDatatypeRequiredDescription
country_codestring

RESPONSES

status: OK

{"key":"US","name":"United States","code":840,"band24_enabled":true,"band24_channels":{"20":[1,2,3,4,5,6,7,8,9,10,11],"40":[1,2,3,4,5,6,7,8,9,10,11]},"band5_enabled":true,"dfs_ok":true,"band5_channels":{"20":[36,40,44,48,52,56,60,64,100,104,108,112,116,132,136,140,149,153,157,161,165],"40":[36,40,44,48,52,56,60,64,100,104,108,112,132,136,149,153,157,161],"80":[36,40,44,48,52,56,60,64,100,104,108,112,132,136,149,153,157,161],"dfs":[52,56,60,64,100,104,108,112,116,132,136,140],"outdoor":["100","104","108","112","116","132","136","140"]}}