URL | GET {{basepath}}/server/:serverName/resellerLogin |
---|---|
Category | Server |
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.
:serverName | plesktest |
---|
GET {{basepath}}/server/:serverName/resellerLogin
:serverName | pleskdev |
---|
200 OK
{
"responseId": "1_05512623e83f56bf7d6f84e82dc1dd6dee2d5159",
"status": "ok",
"message": "The login url is attached",
"loginUrl": "https:\/\/pleskdev.yourdomainprovider.net:8443\/login?secret=secretgoeshere"
}