Getgo Gotowebinar
Connector for the getgo-gotowebinar API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.getgo.com/G2W/rest - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getallaccountwebinars— GET /accounts/{accountKey}/webinars — Get all webinars for an accountgethistoricalwebinars— GET /organizers/{organizerKey}/historicalWebinars — Get historical webinarsgetorganizersessions— GET /organizers/{organizerKey}/sessions — Get organizer sessionsgetupcomingwebinars— GET /organizers/{organizerKey}/upcomingWebinars — Get upcoming webinarsgetallwebinars— GET /organizers/{organizerKey}/webinars — Get all webinarsgetwebinar— GET /organizers/{organizerKey}/webinars/{webinarKey} — Get webinar
Inputs
apiKey— your getgo-gotowebinar API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getallaccountwebinars
apiKey: <your key>