Extend proxies
This document provides a detailed guide on how to set up automatic renewal for your IP addresses of various types. Please note that IP addresses must be renewed on time to maintain the same addresses.
Calculate extension
This endpoint helps you calculate the cost. Discounts for volume and rental periods are similar to those offered by our service.
Endpoint:
GET
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/prolong/calc/
{type}
Example (e.g. ipv4):
Path parameters:
Name | Value | Description |
---|---|---|
Authorization |
| Your personal API key (how to get) |
Proxy type |
| The proxy type you want to extend |
Request body:
Name | Type | Description |
---|---|---|
ids | Number | A single ID or an array of IDs in '[ ]', separated by commas |
coupon | String | The comment you want to add |
periodId | String | The ID of the period selected in the 'Get all necessary information for order' request. |
paymentId | String | The ID of the payment system. '1' for balance, '43' for the card added to your account. |
Response:
Create a ranewal order
In this section you will learn how to create renewal order.
Endpoint:
GET
https://proxy-seller.com/api/v1/
{YourApiKey}
/prolong/make/{type}
Example (e.g. ipv4):
Path parametrs:
Name | Value | Description |
---|---|---|
Authorization |
| Your personal API key (how to get) |
Proxy type |
| Proxy type that you want to prolong |
Request body:
Name | Type | Description |
---|---|---|
ids | Number | One or array in ids of "[ ]", separated by commas |
coupon | String | Comment which you want to add |
peroidId | String | Id with period what you chose in "Get all necessary information for order" request |
paymentId | String | Id's of payments system "1" - balance, "43" - card that you added in your cabinet |
Response:
Last updated