Skip to content

API: IPs

Retrieve the IP addresses of the server as seen from its network interfaces. This is useful for pre-filling listener host configurations.


Get Server IP Addresses

GET /api/v1/ips HTTP/1.1
Authorization: Bearer {JWT_TOKEN}

Response:

1
2
3
4
[
  "192.168.1.10",
  "10.0.0.5"
]

Returns a JSON array of IP address strings — one entry per active network interface.