GET /v1/servers
List all VPN servers the authenticated user can access. Response (200):GET /v1/servers/
Get details of a specific server. Path parameter:server — server ID
Response (200):
GET /v1/servers//wireguard
Download the WireGuard.conf file for the authenticated user on this server.
Path parameter: server — server ID
Response (200):
Returns the .conf file as text/plain:
403— User’s service does not grant access to this server404— Server not found or not a WireGuard server423— Service is suspended or bandwidth limit exceeded
GET /v1/servers//openvpn
Download the OpenVPN.ovpn config file for this server.
Path parameter: server — server ID
Response (200):
Returns the .ovpn file as text/plain:
403— User’s service does not grant access to this server404— Server not found or not an OpenVPN server