Unlimited Proxy Server Renewal

Basic Information

Interface Description: Renewal of Thordata Unlimited Proxy Server through Interface

Interface URL: https://api.thordata.com/api/unlimited/renew

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

package_id

number

Yes

Subscription Period

6: Represents a validity period of 7 days 7: Represents a validity period of 60 days 8: Represents a validity period of 30 days 27: Represents a validity period of 1 day

ins_id

string

Yes

Server ID

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

Yes

Order number

order_money

string

Yes

Order money

msg

string

No

-

Last updated