Auto-extend by IP addresses
IPv4 type
The request allows to set auto-extend to IP addresses for proxy type IPv4.
POST /client/api/v1/
{apiKey}
/extend/auto
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type IPv4.
ipAddressIds*
List
IP address IDs to extend (can be obtained by another request).
All ipAddressIds
are separated by commas, for example ["11111", "22222"]
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
autoExtend*
Boolean
To enable auto-extend, this parameter must be true
, to disable — false
.
Responce
IPv6 type
The request allows to set auto-extend to IP addresses for proxy type IPv6.
POST /client/api/v1/
{apiKey}
/extend/auto
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type IPv6.
ipAddressIds*
List
IP address IDs to extend (can be obtained by another request).
All ipAddressIds
are separated by commas, for example ["11111", "22222"]
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
autoExtend*
Boolean
To enable auto-extend, this parameter must be true
, to disable — false
.
Responce
Mobile type
The request allows to set auto-extend to IP addresses for proxy type MOBILE.
POST /client/api/v1/
{apiKey}
/extend/auto
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type MOBILE.
ipAddressIds*
List
IP address IDs to extend (can be obtained by another request).
All ipAddressIds
are separated by commas, for example ["11111", "22222"]
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
autoExtend*
Boolean
To enable auto-extend, this parameter must be true
, to disable — false
.
Responce
ISP type
The request allows to set auto-extend to IP addresses for proxy type ISP.
POST /client/api/v1/
{apiKey}
/extend/auto
Path parameters
apiKey*
String
Your personal API key.
Request body
proxyType*
String
Proxy type IPv4.
ipAddressIds*
List
IP address IDs to extend (can be obtained by another request).
All ipAddressIds
are separated by commas, for example ["11111", "22222"]
rentPeriodDays*
Number
Number of days in the rental period (can be obtained by another request).
autoExtend*
Boolean
To enable auto-extend, this parameter must be true
, to disable — false
.
Responce
Last updated