View specific information about a configured private network, including its name, gateway, and assigned IP addresses. This provides a detailed overview of your network configuration.
id integer · min: 1 required
Example: 853 Unique id identifier
Accept Example Content-Type Example No response body
https://cloud.hostup.se/api/private-networks/{id} curl -X GET "https://cloud.hostup.se/api/private-networks/853" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" "{\"success\":true,\"timestamp\":\"2026-02-10T00:00:00.000Z\",\"requestId\":\"5bda31ae-3e68-48c6-a03e-dec30e1a5fd8\",\"data\":{\"success\":true,\"network\":{\"id\":\"853\",\"name\":\"Test (10.0.0.0/24)\",\"client_id\":\"13150\",\"gateway\":\"10.0.0.0\",\"description\":\"Private subnet for client 13150 (VLAN 220)\",\"vlan\":220},\"ips\":[{\"id\":\"16835\",\"address\":\"10.0.0.0\",\"status\":\"reserved\",\"account_id\":\"\",\"client_id\":\"13150\",\"client_description\":\"\",\"mac\":\"00:00:00:00:00:00\",\"assigned_date\":\"2026-02-10 00:00:00\",\"description\":..."