综合信息
用户账号信息
GET
https://api.proxypanel.ml/api/client/v1/profile
Headers
Name
Type
Description
Authorization
string
Bearer <token>
{
"id": 1,
"nickname": "管理员",
"account": "test@test.com",
"port": 10000,
"passwd": "ZznEya6XlAnDRdJf",
"uuid": "3f9620f8-5a5a-4fce-a3d8-e3647a3783a6",
"transfer_enable": 1099511627776,
"u": 0,
"d": 0,
"t": null,
"enable": 1,
"speed_limit": 0,
"credit": 0,
"expired_at": "2099-01-01",
"ban_time": null,
"level": "Free",
"group": null,
"last_login": 1608267154,
"reset_time": null,
"invite_num": 0,
"status": 0
}
节点信息列表
GET
https://api.proxypanel.ml/api/client/v1/nodes
获取用户全部节点信息
Headers
Name
Type
Description
Authorization
string
Bearer <token>
[
{
"id": 3,
"name": "测试3",
"host": "baidu.com",
"group": "ProxyPanel",
"type": "shadowsocksr",
"method": "aes-256-cfb",
"protocol": "origin",
"obfs": "plain",
"obfs_param": null,
"udp": 1,
"port": 10000,
"passwd": "ZznEya6XlAnDRdJf",
"protocol_param": null
},
{
"id": 4,
"name": "新加坡",
"host": "8.8.8.8",
"group": "ProxyPanel",
"type": "v2ray",
"port": 10053,
"uuid": "3f9620f8-5a5a-4fce-a3d8-e3647a3783a6",
"method": "auto",
"v2_alter_id": 16,
"v2_net": "tcp",
"v2_type": "none",
"v2_host": null,
"v2_path": "/fj5ylf7fqfvmorcz",
"v2_tls": "",
"udp": 1
},
{
"id": 5,
"name": "测试",
"host": "baidu.com",
"group": "ProxyPanel",
"type": "trojan",
"port": 10053,
"passwd": "ZznEya6XlAnDRdJf",
"sni": "",
"udp": 1
}
]
单个节点信息
GET
https://api.proxypanel.ml/api/client/v1/node/:id
获取用户可访问的单个节点信息
Path Parameters
Name
Type
Description
id
integer
节点ID
Headers
Name
Type
Description
Authorization
string
Bearer <token>
{
"id": 3,
"name": "测试3",
"host": "baidu.com",
"group": "ProxyPanel",
"type": "shadowsocksr",
"method": "aes-256-cfb",
"protocol": "origin",
"obfs": "plain",
"obfs_param": null,
"udp": 1,
"port": 10000,
"passwd": "ZznEya6XlAnDRdJf",
"protocol_param": null
}
最后更新于
这有帮助吗?