Create IP authorization

This endpoint lets you create an IP authorization.

Create a new ip authorization

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

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

address*

string

The IP address to authorize. May return 400 error if this IP address is already authorized in the system.

Response

{
	"Code": 1000,
	"Message": "Successful",
	"Data": true
}

Last updated