Reseller Login hosting

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

Description

Allows you to generate a login url that logs the person following it in as the reseller account (The parent account) Please do not send this link to a customer!

Returns a HostingLoginResponse object.

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

Example responses

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