ContributionsMost RecentMost LikesSolutionsRe: how do I get webinars by email on the Rest API 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 Re: how do I get webinars by email on the Rest API can't find this on the API docs: https://developer.goto.com/GoToWebinarV2 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 Re: how do I get webinars by email on the Rest API 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?