G
GoToWebinar
26 endpointsliveThe GoToWebinar API provides seamless integration of webinar registrant and attendee data into your existing infrastructure or third-party applications. The ability to register participants, as well as pull lists of registrants and attendees for a webinar, allows organizers to manage the flow of information between their primary applications without manual intervention. (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for GoToWebinar.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| Get all webinars for an account /accounts/{accountKey}/webinars | Retrieves the list of webinars for an account within a given date range. __*Page*__ and __*size*__ parameters are optional. Default __*page*__ is 0 and default __*size*__ is 20. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get historical webinars /organizers/{organizerKey}/historicalWebinars | Returns details for completed webinars for the specified organizer and completed webinars of other organizers where the specified organizer is a co-organizer. | $0.0020 per call | unknown |
| Get organizer sessions /organizers/{organizerKey}/sessions | Retrieve all completed sessions of all the webinars of a given organizer. | $0.0020 per call | unknown |
| Get upcoming webinars /organizers/{organizerKey}/upcomingWebinars | Returns webinars scheduled for the future for the specified organizer and webinars of other organizers where the specified organizer is a co-organizer. | $0.0020 per call | unknown |
| Get all webinars /organizers/{organizerKey}/webinars | Returns webinars scheduled for the future for a specified organizer. | $0.0020 per call | unknown |
| Get webinar /organizers/{organizerKey}/webinars/{webinarKey} | Retrieve information on a specific webinar. If the type of the webinar is 'sequence', a sequence of future times will be provided. Webinars of type 'series' are treated the same as normal webinars - each session in the webinar series has a different webinarKey. If an organizer cancels a webinar, then a request to get that webinar would return a '404 Not Found' error. | $0.0020 per call | unknown |
| Get attendees for all webinar sessions /organizers/{organizerKey}/webinars/{webinarKey}/attendees | Returns all attendees for all sessions of the specified webinar. | $0.0020 per call | unknown |
| Get audio information /organizers/{organizerKey}/webinars/{webinarKey}/audio | Retrieves the audio/conferencing information for a specific webinar. | $0.0020 per call | unknown |
| Get co-organizers /organizers/{organizerKey}/webinars/{webinarKey}/coorganizers | Returns the co-organizers for the specified webinar. The original organizer who created the webinar is filtered out of the list. If the webinar has no co-organizers, an empty array is returned. Co-organizers that do not have a GoToWebinar account are returned as external co-organizers. For those organizers no surname is returned. | $0.0020 per call | unknown |
| Get webinar meeting times /organizers/{organizerKey}/webinars/{webinarKey}/meetingtimes | Retrieves the meeting times for a webinar. | $0.0020 per call | unknown |
| Get webinar panelists /organizers/{organizerKey}/webinars/{webinarKey}/panelists | Retrieves all the panelists for a specific webinar. | $0.0020 per call | unknown |
| Get performance for all webinar sessions /organizers/{organizerKey}/webinars/{webinarKey}/performance | Gets performance details for all sessions of a specific webinar. | $0.0020 per call | unknown |
| Get registrants /organizers/{organizerKey}/webinars/{webinarKey}/registrants | Retrieve registration details for all registrants of a specific webinar. Registrant details will not include all fields captured when creating the registrant. To see all data, use the API call 'Get Registrant'. Registrants can have one of the following states; <br>WAITING - registrant registered and is awaiting approval (where organizer has required approval), <br>APPROVED - registrant registered | $0.0020 per call | unknown |
| Get registration fields /organizers/{organizerKey}/webinars/{webinarKey}/registrants/fields | Retrieve required, optional registration, and custom questions for a specified webinar. | $0.0020 per call | unknown |
| Get registrant /organizers/{organizerKey}/webinars/{webinarKey}/registrants/{registrantKey} | Retrieve registration details for a specific registrant. | $0.0020 per call | unknown |
| Get webinar sessions /organizers/{organizerKey}/webinars/{webinarKey}/sessions | Retrieves details for all past sessions of a specific webinar. | $0.0020 per call | unknown |
| Get webinar session /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey} | Retrieves attendance details for a specific webinar session that has ended. If attendees attended the session ('registrantsAttended'), specific attendance details, such as attendenceTime for a registrant, will also be retrieved. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get session attendees /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees | Retrieve details for all attendees of a specific webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get attendee /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey} | Retrieve registration details for a particular attendee of a specific webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get attendee poll answers /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}/polls | Get poll answers from a particular attendee of a specific webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get attendee questions /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}/questions | Get questions asked by an attendee during a webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get attendee survey answers /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/attendees/{registrantKey}/surveys | Retrieve survey answers from a particular attendee during a webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get session performance /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/performance | Get performance details for a session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get session polls /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/polls | Retrieve all collated attendee questions and answers for polls from a specific webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get session questions /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/questions | Retrieve questions and answers for a past webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |
| Get session surveys /organizers/{organizerKey}/webinars/{webinarKey}/sessions/{sessionKey}/surveys | Retrieve surveys for a past webinar session. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it. | $0.0020 per call | unknown |