Authorization: Bearer ********************curl --location --request GET 'https://api.lolia.link/api/v1/user/tunnel?page=1&limit=10' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": "获取成功",
"data": {
"limit": 10,
"list": [
{
"auto_tls": true,
"bandwidth_limit": 10,
"client_version": "",
"custom_domain": "pysio.tel",
"id": 20,
"local_ip": "127.0.0.1",
"local_port": 8081,
"name": "4861097abed145b78cd7caadb9433239",
"node_address": "127.0.0.1",
"node_id": 1,
"node_name": "Test-node",
"remark": "114514",
"remote_port": 80,
"status": "inactive",
"type": "http"
}
],
"page": 1,
"total": 5,
"total_page": 1
}
}