cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/wg_tunnel/get_list \ --header 'Authorization: Bearer <token>'
{ "items": [ { "public_key": "<string>", "tunnel_ip": "<string>", "tenant_name": "<string>", "name": "<string>", "user_name": "<string>", "tunnel_id": "<string>", "system_name": "<string>", "system_location": "<string>", "labels": {}, "description": "<string>" } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes