Add a Sub-user to the Unlimited Proxy Server Whitelist

Basic Information

Interface Description: Add a Sub-user to the Unlimited Proxy Server Whitelist

Interface URL: https://api.thordata.com/api/add_unlimited_servers_bind_user

Request Method: POST

Request parameters

Headers:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Account to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Account to view your key parameter value

Body:

Parameter name
Type
Required
Describe

username

string

Yes

The sub-user you want to add to the unlimited proxy server whitelist

ip

string

Yes

Domain or IP of unlimited proxy servers

Response example

{
    "code": 200,
    "data": {},
    "msg": "ok"
}

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

code

number

No

-

data

object

No

-

msg

string

No

-

Last updated