/panel/add
Name
/panel/add
Description
This method is used to login and generate an installer session with a panel.
Parameters
alias
Panel namepanel_serial
Panel Serialinstaller_code
Installer Code
Authentication
User-Token
is required.
Example Request
POST /panel/add
{
"alias": "Test",
"panel_serial": "AAAAAA",
"installer_code": "9999"
}
Example Response
Unsure of response at this this
{}