Support Login hosting

Request Information
URL GET {{basepath}}/hosting/:hosting_id/supportLogin
CategoryHosting

Description

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.

Url variables
:hosting_id{{hosting_id}}The hosting identifier

Example responses

Support Login hosting
Request Method & URL
GET {{basepath}}/hosting/:hosting_id/supportLogin
Url variables
:hosting_id{{hosting_id}}The hosting identifier
Response Code:
200 OK
Response Body:
{
    "responseId": "1_fba6582d8b59760841c850d0cdfdec43561fb9c8",
    "status": "ok",
    "message": "The login url is attached",
    "loginUrl": "https:\/\/pleskdev.yourdomainprovider.net:8443\/login?secret=secretgoeshere"
}