URL | GET {{basepath}}/hosting/:hosting_id/supportLogin |
---|---|
Category | Hosting |
Allows you to generate a login url that bypasses any 2fa that a customer might have set up. Only use this for your support employees!
Returns a HostingLoginResponse object.
:hosting_id | {{hosting_id}} | The hosting identifier |
---|
GET {{basepath}}/hosting/:hosting_id/supportLogin
:hosting_id | {{hosting_id}} | The hosting identifier |
---|
200 OK
{
"responseId": "1_fba6582d8b59760841c850d0cdfdec43561fb9c8",
"status": "ok",
"message": "The login url is attached",
"loginUrl": "https:\/\/pleskdev.yourdomainprovider.net:8443\/login?secret=secretgoeshere"
}