Skip to main content

Login

 Parameters

 Description

 Type

 Required

 email

It is the e-mail address entered when registering to Medianova Cloud Panel.

String

Yes

 password

 It is the password of your user on the Medianova Cloud Panel.

String

Yes

 remember

It is for the browser to keep session information in Medianova Cloud Panel entries.

Boolean

No

Payload

CODE
{
  "email": "example@example.com", 
  "password": "hiddenpassword", 
  "remember": true
}

 Response

CODE
{
  "status": true, 
  "required_2fa": false, 
  "token": "hidden_token", 
  "session": "hidden_session", 
  "expire": 1662560457
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.