GET
/
vpn
/
instances
/
{instance}
/
peers
/
{peer}
.conf
curl --request GET \
  --url https://api.altostrat.io/vpn/instances/{instance}/peers/{peer}.conf \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instance
string
required

UUID of the instance

peer
string
required

The peer's uuid field

Response

200
text/plain

WireGuard client config (text/plain)

WireGuard config contents