Get authorization configuration

IPNux offers 2 methods for authenticating with the username: password and IP Authorization.

This endpoint retrieves the IP config.

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

Get IP config

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

Response

{
	"Code": 1000,
	"Message": "Successful",
	"Data": {
		"user_authorization": true,
		"ip_authorization": true,
		"username": "u2H9S7E9F9I2",
		"password": "a5J1J5x2U5c6",
		"whitelisted_ips": []
	}
}

Last updated