diff --git a/gotowebinar/gotowebinar.py b/gotowebinar/gotowebinar.py index 10d5ff5..c98261e 100644 --- a/gotowebinar/gotowebinar.py +++ b/gotowebinar/gotowebinar.py @@ -3,10 +3,10 @@ class GoToWebinarAPI(object): - host = "api.citrixonline.com" + host = "api.getgo.com" base_path = "/G2W/rest" protocol = "https" - authorize_url = "https://api.citrixonline.com/oauth/access_token" + authorize_url = "https://api.getgo.com/oauth/access_token" def __init__(self): self.access_token = ""