cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/wg_tunnel/get_conf/{user_name}/{tunnel_id} \ --header 'Authorization: Bearer <token>'
{ "tunnel_id": "<string>", "tunnel_ip": "<string>", "tunnel_private_key": "<string>", "tunnel_DNS": "<string>", "public_key": "<string>", "psk": "<string>", "allowed_ips": "<string>", "untrusted_allowed_ips": "<string>", "remote_ip": "<string>", "remote_port": "<string>", "system_location": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response