Get IP/client information

http://128.14.209.70:1030/keep/api/client?account=&password=&zoneId=&limit=

Parameter description:

param name required param type
account No String
password No String
zoneId No country id or region id
limit No get number

Request example:

http://128.14.209.70:1030/keep/api/client?account=test&password=test&zoneId=120&limit=10

Return example:

{

    "code":200,
    "count":10,
    "data":[
        {
            "clientInfo":"00ug611",
            "ip":"74.244.23.229"
        },
        {
            "clientInfo":"000oips",
            "ip":"69.110.141.47"
        },
        {
            "clientInfo":"00l0vnt",
            "ip":"73.170.62.71"
        },
        {
            "clientInfo":"00nqlii",
            "ip":"129.222.244.168"
        },
        {
            "clientInfo":"000m2co",
            "ip":"73.72.195.112"
        },
        {
            "clientInfo":"001cm1y",
            "ip":"107.210.29.22"
        },
        {
            "clientInfo":"00nw725",
            "ip":"98.30.162.26"
        },
        {
            "clientInfo":"00l351n",
            "ip":"47.156.73.40"
        },
        {
            "clientInfo":"00tpigg",
            "ip":"216.176.136.97"
        },
        {
            "clientInfo":"00ohudd",
            "ip":"35.151.63.13"
        }
    ],
    "msg":"SUCCESS"

Return parameter description:

 

param name param type description
Code string The return code, 200 indicates success, while others represent failure
clientinfo String  
Ip String  
Scroll to Top