Enable automatic renewal

Select which IPs to use from the IP list and which IPs to use for automatic renewal

This endpoint allows you to modify the auto-renewal status

POST https://api.ipnux.com/V1/OpenApi/SetAutoRenew

Modify automatic renewal

Headers

Name
Type
Description

UserId*

String

"Authentication" generated userId

Token*

String

"Authentication" generated token

Content-Type*

String

application/json

Body

Name
Type
Description

proxies_ids

array [integer]

Please use array format

proxy_ips

array [integer]

Please use array format

Request

{
    "proxy_ids": [
        "2812612953280"
    ],
    "proxy_ips": [
        "4.92.206.16"
    ],
    "is_auto_renew": true
}

Response

{
    "Code": 2001,
    "Message": "Successful",
    "Data": null
}

Last updated