Get private network details

Retrieve detailed information about a specific private network. This may include network name, gateway, VLAN information, and a list of IP addresses within the network.

Path Parameters

id integer · min: 1 required Example

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
{}