GetLoginUrl

Return a URL that, when followed, will connect the user directly to the CloudShare UI without need of first entering credentials in the login screen. The URL will be valid only for a short period of time.

Request URL

GET https://use.cloudshare.com/API/v2/Env/GetLoginUrl?url=<url>&UserApiId=<id>&token=<token>&timestamp=<time>&HMAC=<signature>

Parameters

url URL of CloudShare service.

Response example

{
    "data": {
        "login_url": "https://use.cloudshare.com/Pro/Login.mvc/ApiLogin?token=nNELs2KDKi"
    }, 
    "remaining_api_calls": 100, 
    "status_additional_data": null, 
    "status_code": "0x20000", 
    "status_text": "Success"
}