# Presence API Response ``` { "Presence_result": [ { "msg": { "sta_eth_mac": { "addr": "FCD84896FE1F" }, "associated": true, "hashed_sta_eth_mac": "D29391DF0D36F67199426C55E7A6FBAD3AF33D42", "ap_name": "AP-SL-BIB-W14", "radio_mac": { "addr": "18647217D080" }, "target_type": "TARGET_TYPE_STATION" }, "ts": 1580382689 } ] } ``` # Proximity API Response ``` { "Proximity_result": [ { "msg": { "sta_eth_mac": { "addr": "FCD84896FE1F" }, "radio_mac": { "addr": "9C1C12843E30" }, "rssi_val": -69, "ap_name": "AP-SL-05-W11", "hashed_sta_eth_mac": "D29391DF0D36F67199426C55E7A6FBAD3AF33D42", "target_type": "TARGET_TYPE_STATION" }, "ts": 1580387353 } ] } ```