综合信息
授权:默认为Headers
(请求头部) 中加入Authorization
, 其值为Bearer <token>
。例:Bearer 1121323132
用户账号信息
GET
https://api.proxypanel.ml/api/client/v1/profile
Headers
Name
Type
Description
Authorization
string
Bearer <token>
节点信息列表
GET
https://api.proxypanel.ml/api/client/v1/nodes
获取用户全部节点信息
Headers
Name
Type
Description
Authorization
string
Bearer <token>
单个节点信息
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>
最后更新于
这有帮助吗?