Calculate Pricing

Returns a product list containing plans, locations, questions and quantity discounts.

This endpoint returns the pricing for a custom plan.

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

Headers

Name
Type
Description

UserId*

String

"Authentication" generated userId

Token*

String

"Authentication" generated token

Content-Type*

String

application/json

Body

Name
Type
Description

proxies_type*

string

Shared (ISP) proxies

Premium (ISP) proxies

proxies_format*

integer

Shared (ISP) proxies=2

Premium (ISP) proxies=2

time_period*

integer

Number of days to order

currency*

string

USD

Request

{
    "proxies_type": "Shared (ISP) proxies",
    "proxies_format": 2,
    "time_period": 30,
    "currency": "USD"
}

Respons

Last updated