action getgo_get_start_url { label: "Get Start Url" description: "Returns a URL that can be used to start a training. When this URL is opened in a web browser, the GoToTraining client will be downloaded and launched and the training will start after the organizer logs in with its credentials." provider: getgo method: GET path: "/organizers/{organizerKey}/trainings/{trainingKey}/startUrl" encoding: json output: { type: "object" additionalProperties: true } }