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