GET
/
vpn
/
client
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

200
application/json

Detailed client resource including links to config/QR code

The response is of type object.