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