ContributionsMost RecentMost LikesSolutionsRe: GoToWebinar API Support Hello, Did you find a way to do this? Thank you Re: Webhook api issue This does not look like a valid solution... Re: Go To Webinar Organization Key and Webinar Keys You can get those when you get an authorization token. The values are right there: { "access_token":"eyJra...", "token_type":"Bearer", "refresh_token":"eyJra...", "expires_in":3600, "account_key":"9999999", "email":"user@test.com", "firstName":"John", "lastName":"Doe", "organizer_key":"1234567890123456789", "version":"3", "account_type":"" } Re: GoToWebinar API Support Did you ever find a solution to this? What are you using for your webhooks?