Get authentication account information

Basic Information

Interface Status:completed

Interface URL:https://gapi.lunaproxy.com/open/get_child_info

Request type:POST

Content-Type:multipart/form-data

Verification Method:no authentication required

Request Parameters

Parameter name
Parameter value
required
parameter type
description

neek

1792274

yes

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

yes

String

id

5000251

yes

String

Sub-account ID

Response example

Success(200)

{
"ret":0,
"code":1,
"msg":"success",
"ret_data":{
    "id":5000251,
    "username":"ceshiq56weq",
    "pid":1000868,
    "password":"qweqweqwe",
    "status":1,
    "flow_limit":95,
    "flow_used":0,
    "dynamic_limit":0,
    "dynamic_used":0,
    "add_time":1692345374,
    "remark":"備註"
 },
 "timestamp":1692931999
 }
Parameter name
parameter value
required
parameter type
description

ret

0

yes

Integer

code

1

yes

Integer

msg

success

yes

String

ret_data

yes

String

ret_data.id

5000251

yes

Integer

Authentication account ID

ret_data.username

ceshiq56weq

yes

String

username

ret_data.pid

1792274

yes

Integer

ret_data.password

qweqweqwe

yes

String

password

ret_data.status

1

yes

Integer

1, normal

ret_data.flow_limit

95

yes

Integer

Regular flow upper limit, M

ret_data.flow_used

0

yes

Integer

General traffic information has been used

ret_data.dynamic_limit

0

yes

Integer

Dynamic ISP cap, M

ret_data.dynamic_used

0

yes

Integer

ret_data.add_time

1692345374

yes

Integer

ret_data.remark

備註

yes

String

Dynamic ISP upper limit, M

timestamp

1692931999

yes

Integer

Last updated

Was this helpful?