cancel
Showing results for 
Search instead for 
Did you mean: 
GlennD
GoTo Manager

Re: Go To Webinar Organization Key and Webinar Keys

Thanks, we have updated the solution to include that.

 

Glenn is a member of the GoTo Community Care Team.

Was your question answered? Please mark it as an Accepted Solution.
Was a post helpful or informative? Give it a Kudo!.
Do you want a new feature added? Make sure you Kudo (vote) for the Idea

Free user and admin training
pablo3432
New Contributor

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": ""
}
 
 
PhilippB
New Member

Re: Go To Webinar Organization Key and Webinar Keys

With the new token retrieval mandatory august 2024 you need to get the organizer key over an api request (you do not get it over the token request anymore).

See: https://developer.goto.com/guides/Authentication/New_Token_Retrieval_Migration_Guide/