Get private network details and IP addresses

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.

VPS Services VM

Context

Path Parameters

id integer · min: 1 required Example: 853

Unique id identifier

Headers

Accept Example
Content-Type Example

Responses

200

No response body

GET https://cloud.hostup.se/api/private-networks/{id}
For AI assistants
cURL
curl -X GET "https://cloud.hostup.se/api/private-networks/853" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
"{\"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\":..."