> For the complete documentation index, see [llms.txt](https://doc.thordata.com/interface-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.thordata.com/interface-documentation/public-api/unlimited-residential-proxy/unlimited-residential-proxy-server-renewal.md).

# Unlimited Residential Proxy Server Renewal

### Basic Information

**Interface Description:** Renewal of Thordata Unlimited Proxy Server through Interface

**Interface URL:** [**https://openapi.thordata.com/api/unlimited/renew**](https://openapi.thordata.com/api/unlimited/renew)

**Request Method:** <mark style="color:orange;">POST</mark>

**Request parameters**

**Header：**

<table><thead><tr><th>Parameter name</th><th>Type</th><th width="127">Required</th><th>Describe</th></tr></thead><tbody><tr><td><code>token</code></td><td>string</td><td>Yes</td><td>Please log in to the  <a href="https://dashboard.thordata.com/account-settings"><strong>Dashboard-MENU-My Account</strong></a> to view your token parameter value</td></tr></tbody></table>

**Body：**

<table><thead><tr><th>Parameter name</th><th>Type</th><th width="127">Required</th><th>Describe</th></tr></thead><tbody><tr><td><code>package_id</code></td><td>number</td><td>Yes</td><td><p>Subscription Period</p><p>6: Represents a validity period of 7 days<br>7: Represents a validity period of 60 days<br>8: Represents a validity period of 30 days<br>27: Represents a validity period of 1 day</p></td></tr><tr><td><code>ins_id</code></td><td>string</td><td>Yes</td><td>Server ID</td></tr></tbody></table>

### Response example

```json
{
    "code": 200,
    "data": {
  	"order_id": "Thor123123",        
	"order_money": 123.12,
},
    "msg": "ok"
}
```

{% hint style="info" %}
&#x20;If the returned code value is not 200, please check the [**error code description list**](https://doc.thordata.com/interface-documentation/error-code/error-code-description) and modify it.
{% endhint %}

<table><thead><tr><th width="206">Parameter name</th><th width="184">Type</th><th width="127">Required</th><th>Describe</th></tr></thead><tbody><tr><td><code>code</code></td><td>number</td><td>No</td><td>-</td></tr><tr><td><code>data</code></td><td>object</td><td>No</td><td>-</td></tr><tr><td><code>order_id</code></td><td>string</td><td>Yes</td><td>Order number</td></tr><tr><td><code>order_money</code></td><td>string</td><td>Yes</td><td>Order money</td></tr><tr><td><code>msg</code></td><td>string</td><td>No</td><td>-</td></tr></tbody></table>
