# Show Network Info Returns the following internal network identifiers: - guardian_id - external_id - network_id - nodes Endpoint: GET /networks/info Security: Authorization ## Response 200 fields (application/json): - `guardian_id` (string) The Guardian ID is a unique identifier for a WiFi Motion network. Example: "add5cfe79g12797e253e3623" - `external_id` (integer) The unique identifier that the Motion Network System (MNS) uses to identify a network. Example: 1 - `network_id` (integer) A unique identifier that the App-Cloud uses to identify a network. Example: 2 - `nodes` (object) A node is a network device that contains Cognitive System's proprietary WiFi Motion software. Examples can include Access Points (APs) and IoT devices. Example: {"esp_1A2B345C6D7E":{"hw_version":"Ven-diag","fw_version":"v2.01.0"},"esp_2A2B345C6D7E":{"hw_version":"Ven-diag","fw_version":"v2.01.0"},"esp_3A2B345C6D7E":{"hw_version":"Ven-diag","fw_version":"v2.01.0"},"esp_4A2B345C6D7E":{"hw_version":"Ven-diag","fw_version":"v2.01.0"}}