GET
/
vpn
/
instances
/
{instance}
/
peers
/
{peer}
.svg
curl --request GET \
  --url https://api.altostrat.io/vpn/instances/{instance}/peers/{peer}.svg \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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
image/svg+xml

WireGuard config as QR code (SVG)

The response is of type file.