ContributionsMost RecentMost LikesSolutionsRe: 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. Re: 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.