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
mending3
4 years agoNew Contributor
how do I get webinars by email on the Rest API
I only can see this endpoint: https://api.getgo.com/G2W/rest/v2/accounts/{accountKey}/webinars
is there endpoint that uses email instead of accountKey?
accountKey here is very abstract, vague thing
4 Replies
- GlennD4 years agoGoTo Manager
Hi mending3, welcome to the community.
For help with any of our APIs please follow the directions on the API support page and email developer support for assistance.
- mending34 years agoNew Contributor
for example this api doesn't have sortby query param:
https://developer.goto.com/GoToWebinarV2/#operation/getAllAccountWebinars
making it impossible to get the newly created webinars
- mending34 years agoNew Contributor
can't find this on the API docs: https://developer.goto.com/GoToWebinarV2
- mending34 years agoNew Contributor
AFAIK, the Oauth system requires the client to open their full-blown browser to do the authentication on the GoTo Rest API.
I used Auth0 and Stripe API and I don't need to open my browser to do the authentication because they have another strategy, which I think much better than GoTo.
My question is can I be authenticated to the Rest API without opening my browser like other services I told above?