Renewal IP

You can use this API to renew a new plan.

This endpoint is used to renewal new IP order.

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

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]

Proxy id array

time_period*

integer

Number of days to order

currency*

string

USD

discount

string

Request

{
    "proxies_ids": [
        1789840567002311111,
1789853637716011111
    ],
    "time_period": 30,
    "currency": "USD",
    "discount": ""
}

Response

Last updated