Authentication account list

Basic Information

Interface Status:completed

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

Request type:POST

Content-Type:multipart/form-data

Verification Method:no authentication required

Request Parameters

parameter name
parameter value
required
parameter type
description

page

1

yes

String

size

10

yes

String

neek

1792274

yes

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

yes

String

username

ceshiq56we

yes

String

sub-account username

search_type

1

no

int

1 ID 2 username

search

no

String

Such as lu152852,lu234369

Response example

Success(200)

{
"ret":0,
"code":1,
"msg":"success",
"ret_data":{
    "count": 1,
    "list": [
            {
                    "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
 }

Last updated

Was this helpful?