getOrgApMacs

GET https://{{host}}/api/v1/orgs/:org_id/devices/radio_macs

For some scenarios like E911 or security systems, the BSSIDs are required to identify which AP the client is connecting to. Then the location of the AP can be used as the approximate location of the client.

Each radio MAC can have 16 BSSIDs (enumerate the last octet from 0-F)

Response Body

NameTypeDescription
macstringdevice(AP) MAC address
radio_macsarray of mac addressesarray of radio MAC addresses for each AP

RESPONSES

status: OK

[{"mac":"5c5b35000001","radio_macs":["5c5b35000040","5c5b35000050","5c5b35000060"]},{"mac":"5c5b45000001","radio_macs":["5c5b45000040","5c5b45000050","5c5b45000060"]}]