Getgo Gototraining
Connector for the getgo-gototraining API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.getgo.com/G2T/rest - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getalltrainings— GET /organizers/{organizerKey}/trainings — Get Trainingsgettraining— GET /organizers/{organizerKey}/trainings/{trainingKey} — Get Traininggetmanagetrainingurl— GET /organizers/{organizerKey}/trainings/{trainingKey}/manageUrl — Get Management URL for Traininggetorganisersfortraining— GET /organizers/{organizerKey}/trainings/{trainingKey}/organizers — Get Training Organizersgetregistrants— GET /organizers/{organizerKey}/trainings/{trainingKey}/registrants — Get Training Registrantsgetregistrant— GET /organizers/{organizerKey}/trainings/{trainingKey}/registrants/{registrantKey} — Get Registrant
Inputs
apiKey— your getgo-gototraining 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: getalltrainings
apiKey: <your key>