Skip to main content
GET
/
vpn
/
instances
/
{instance}
/
peers
/
{peer}
.svg
Download WireGuard config as a QR code
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

WireGuard config as QR code (SVG)

The response is of type file.

I