Reseller login to server

Request Information
URL GET {{basepath}}/server/:serverName/resellerLogin
CategoryServer

Description

Allows you to generate a login url that bypasses any 2fa that the user might have set up. Only use this for your support employees!

NOTE: Please only generate these when you are actively redirecting a use to their hosting product. Requesting these to present to the user as a direct link will result in a lot api calls which is a waste of resources.

Returns a ServerLoginResponse object.

Url variables
:serverNameplesktest

Example responses

Reseller login to server
Request Method & URL
GET {{basepath}}/server/:serverName/resellerLogin
Url variables
:serverNamepleskdev
Response Code:
200 OK
Response Body:
{
    "responseId": "1_05512623e83f56bf7d6f84e82dc1dd6dee2d5159",
    "status": "ok",
    "message": "The login url is attached",
    "loginUrl": "https:\/\/pleskdev.yourdomainprovider.net:8443\/login?secret=secretgoeshere"
}