Login
Method | URL |
---|---|
POST |
Parameters | Description | Type | Required |
---|---|---|---|
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
}