How to get system info
Introduction
You can obtain information such as the device's serial number and MAC addresses.
Get the System Info
Use the /api/v1/system/info endpoint to get the system information:
curl --request GET \
--url 'http://192.168.140.1:80/api/v1/system/info'{
"serial_number": "12345678",
"lan_mac_address": "C0:D3:91:3A:BC:DD",
"wan_mac_address": "C0:D3:91:3A:BC:DE",
"wan2_mac_address": "C0:D3:91:3A:BC:DF",
"wlan_mac_address": "80:5E:4F:AA:BB:CC"
}Updated 2 days ago
