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.
Forum Discussion
ltctech
6 years agoNew Member
GoToWebinar API Support
Hi, It seems that the Access Token that's returned by the GoToWebinar API has increased from 28 chars to 909 chars sometime around 1AM PDT. It caused our systems to error out as it overflowed th...
- 6 years ago
Hi ltctech
For help with our API please reference this Help FAQ: https://developer.goto.com/support
We do not provide support for the API here in the community.
Thanks!
rmohan
5 years agoNew Member
Can you please help me with below scenario?
1. I want to create webinar by enabling ManualApproval during registration.
2. I want to fetch all the registrants of the webinar and verify if they have entered a passcode during registration. If so, I need to approve the registrant.
As far I understood, when user registers he will be in WAITING state.
Is there any API to change the status of registrant from WAITING to APPROVED?
Thanks in advance
- AshC5 years agoRetired GoTo Contributor
rmohan I'm not aware of any API calls like that, but you will want to reference the developer site for all of these inquiries: https://developer.goto.com/GoToWebinarV2/#tag/Registrants
- saludangelito4 years agoVisitor
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.