The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
ltctech
6 years agoNew Member
GoToWebinar API Support
Hi, It seems that the Access Token that's returned by the GoToWebinar API has increased from 28 chars to 909 chars sometime around 1AM PDT. It caused our systems to error out as it overflowed th...
- 6 years ago
Hi ltctech
For help with our API please reference this Help FAQ: https://developer.goto.com/support
We do not provide support for the API here in the community.
Thanks!
bintusmon
2 years agoNew Member
I am trying to get authorization code through python code but i am using below code .
```
initial_url = f"https://authentication.logmeininc.com/oauth/authorize?client_id={CONSUMER_KEY}&response_type=code"
response = requests.get(initial_url)
response_key = response.request.url.split("=")[-1]
```
but i get 200 Ok but could not get the code.
I tried looking into the documentation but did not find helpful.