Add Proxy Users

Basic Information

Interface Description: Add proxy users for Thordata Residential Proxies or Unlimited Proxy Servers through the interface

Interface URL: https://api.thordata.com/api/proxy-users/create-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

proxy_type

number

Yes

Select the proxy type: 1 is Residential Proxies, 2 is Unlimited Proxy servers (default is 1)

username

string

Yes

The proxy username that needs to be created

password

string

Yes

The proxy password that needs to be created

traffic_limit

number

Yes

Set proxy user traffic limit, minimum 100MB, 0 means no limit

status

string

Yes

Proxy user status, true is enabled, false is disabled

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