Table of Contents

GetAdminLoginURL
Creates a webcast admin login url using the information provided.

Example
Call=GetAdminLoginURL

Parameters={“AccessID”:”1234abc”,”AccessKey”:”abcde”,”WebcastID”:1485,”email”:”jdoe@here.com”,”password”:”somepassword”}

The values pairs can be submitted using GET or POST. The email and password of user to generate a login URL for.

Example Return
URL returned on successful creation or an error. The token value is urlencoded. {“AdminURL”:”https://www.domain.com/somewebcast/admin/?login-token=G8m6C6C4jrok%2ByYY5SOZEEDASzwfcij8yt4%2FE6ACwSh%2B5kM8OZJ6rJbGv1z63BlL6%2BdxlO%2F3cqYK4PL%2Bqj8w%3D%3D”}

Quote Request