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
Name | Type | Description |
---|---|---|
mac | string | device(AP) MAC address |
radio_macs | array of mac addresses | array of radio MAC addresses for each AP |
RESPONSES
status: OK
[{"mac":"5c5b35000001","radio_macs":["5c5b35000040","5c5b35000050","5c5b35000060"]},{"mac":"5c5b45000001","radio_macs":["5c5b45000040","5c5b45000050","5c5b45000060"]}]