Extend by IPs
IPv4 extension pricing
The request allows to calculate the price before extending IP addresses for proxy type IPv4.
POST /client/api/v1/
{apiKey}
/calculate/extend
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type IPv4.
promoCode
String
Code of the promo code (can be obtained by another request).
IpAddressIds*
List
IP addresses' IDs to extend (can be obtained by another request).
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
Response
IPv6 extension pricing
The request allows to calculate the price before extending IP addresses for proxy type IPv6.
POST /client/api/v1/
{apiKey}
/calculate/extend
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type IPv6.
promoCode
String
Code of the promo code (can be obtained by another request).
IpAddressIds*
String
IP addresses' IDs to extend (can be obtained by another request).
All ip addresses from the order must be extended immediately.
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
Response
Mobile extension pricing
The request allows to calculate the price before extending IP addresses for proxy type MOBILE.
POST /client/api/v1/
{apiKey}
/calculate/extend
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type MOBILE.
promoCode
String
Code of the promo code (can be obtained by another request).
IpAddressIds*
List
IP addresses' IDs to extend (can be obtained by another request).
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
Response
ISP extension pricing
The request allows to calculate the price before extending IP addresses for proxy type ISP.
POST /client/api/v1/
{apiKey}
/calculate/extend
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type ISP.
promoCode
String
Code of the promo code (can be obtained by another request).
IpAddressIds*
List
IP addresses' IDs to extend (can be obtained by another request).
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
Response
Last updated