Extend by IP addresses
IPv4 type
POST /client/api/v1/{apiKey}/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 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).
Response
200: OK Success response
{
"success": true,
"proxyType": "IPv4",
"rentPeriodDays": 30,
"quantity": 1,
"ipAddressIds": [
"1111111111111111111"
],
"balance": 0.65,
"currency": "USD",
"error": null,
"promoCodeStatus": null
}200: OK Success response with valid promo code
{
"success": true,
"proxyType": "IPv4",
"rentPeriodDays": 30,
"quantity": 1,
"ipAddressIds": [
"1111111111111111111"
],
"balance": 0.65,
"currency": "USD",
"error": null,
"promoCodeStatus": "VALID"
}IPv6 type
POST /client/api/v1/{apiKey}/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*
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).
Response
Mobile type
POST /client/api/v1/{apiKey}/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 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).
Response
ISP type
POST /client/api/v1/{apiKey}/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 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).
Response
Last updated