Get IP Availability

Returns a list of countries with available IPs count.

Returns list of available IP

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

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

purpose_web*

string

other

continents_id

integer or null

17898317

city_name

string or null

San Jose

country_code

string or null

US

Request

{
    "proxies_type": "Shared (ISP) proxies",
    "proxies_format": 2,
    "purpose_web": "other",
    "continents_id": 0,
    "city_name": null,
    "country_code": "US"
}

Response

Last updated