综合信息

circle-info

授权:默认为Headers (请求头部) 中加入Authorization, 其值为Bearer <token>。例:Bearer 1121323132

用户账号信息

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>

单个节点信息

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>

最后更新于