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:
Authorization
<Your_API_Key>
Proxy type
ipv4
ipv6
mobile
isp
mix
mix_isp
The proxy type you want to extend
Request body:
ids
Number
A single ID or an array of IDs in '[ ]', separated by commas
coupon
String
The comment you want to add
periodId
String
paymentId
String
The ID of the payment system. '1' for balance, '43' for the card added to your account.
Response:
Create a renewal order
In this section you will learn how to create renewal order.
Endpoint:
GET
https://proxy-seller.com/personal/api/v1/
{YourApiKey}
/prolong/make/{type}
Example (e.g. ipv4):
Path parametrs:
Authorization
<Your_API_Key>
Proxy type
ipv4
ipv6
mobile
isp
mix
mix_isp
Proxy type that you want to prolong
Request body:
ids
Number
One or array in ids of "[ ]", separated by commas
coupon
String
Comment which you want to add
peroidId
String
paymentId
String
Id's of payments system "1" - balance, "43" - card that you added in your cabinet
Response:
Last updated