Unlimited Proxy Server Upgrades

Basic Information

API Description: Upgrade the Thordata Unlimited Proxy Server through the API

Request URL: https://api.thordata.com/api/unlimited/upgrade

Request Method: POST

Request parameters

Header:

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

ins_id

string

Yes

Server ID

bw_id

number

Yes

Bandwidth

1: Bandwidth is 200 Mbps

2: Bandwidth is 300 Mbps

3: Bandwidth is 400 Mbps

4: Bandwidth is 500 Mbps

5: Bandwidth is 600 Mbps

6: Bandwidth is 700 Mbps

7: Bandwidth is 800 Mbps

8: Bandwidth is 900 Mbps

9: Bandwidth is 1000 Mbps

sv_id

number

Yes

Server Configuration

2: 16vCPU / 32GiB RAM

3: 32vCPU / 64GiB RAM

4: 64vCPU / 128GiB RAM

5: 8vCPU / 16GiB RAM

Response example

{
    "code": 200,
"data": {
  	"order_id": "Thor123123",        
	"order_money": 123.12,
},
    "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

-

order_id

string

No

-

order_money

float

No

-

msg

string

No

-

Last updated