Skip to main content
GET
/
vpn
/
client
Retrieve ephemeral client config references
curl --request GET \
  --url https://api.altostrat.io/vpn/client \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "config_file": "<string>",
  "qr_code": "<string>",
  "instance_name": "<string>"
}

Authorizations

Authorization
string
header
required

Client token used for ephemeral config retrieval

Response

Detailed client resource including links to config/QR code

id
string
config_file
string<uri>
qr_code
string<uri>
instance_name
string
I