Get authorization configuration
IPNux offers 2 methods for authenticating with the username: password and IP Authorization.
This endpoint retrieves the IP config.
Name
Type
Description
Name
Type
Description
{
"Code": 1000,
"Message": "Successful",
"Data": {
"user_authorization": true,
"ip_authorization": true,
"username": "u2H9S7E9F9I2",
"password": "a5J1J5x2U5c6",
"whitelisted_ips": []
}
}Last updated