Update authorization configuration
This endpoint updates the status of the authorization mode.
Update the status of the authorization mode.
POST https://api.ipnux.com/V1/OpenApi/OpenApiSwitchMode
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
user_authorization
boolean or null
Age of the user
ip_authorization
boolean or null
Response
{
	"Code": 1000,
	"Message": "Successful",
	"Data": true
}Last updated