The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
User Profile
saludangelito
Visitor
Joined 4 years ago
User Widgets
Contributions
Re: GoToWebinar API Support
I actually don't have any problems with the API call. I'm already getting what i need but i am just wondering why organizerKey can be any number and it will still return the same result based off the token, webinarKey, or registrantKey. This applies to Get All, Get, Create, And Delete. I can get using `https://api.getgo.com/G2W/rest/v2/organizers/1234567890123456789/webinars/<validWebinarKey>/registrants/<validRegistrantKey>` and it will still get the registrant based of the valid keys and token except the organizer Key.2.2KViews0likes0CommentsRe: GoToWebinar API Support
Is it intended that the organizerKey is not needed? I tried using `/rest/v2/organizers/{organizerKey}/webinars` endpoint and its seems the result is based off the fromTime, toTime and the token. I can pretty much put any value that is not blank to the organizerKey and it still works.3.1KViews0likes0Comments