G

GoToTraining API

by GoToTraining Free tier

The GoToTraining API enables developers to use the stable and robust GoToTraining functionality as the basis for online trainings in a proprietary learning management system. The GoToTraining APIs provide the ability to access the scheduling, registration, management, and reporting functions of GoToTraining from external applications. With the ability to tightly integrate GoToTraining into your le

developer

Quick Reference

Base URL https://api.getgo.com/G2T/rest Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/getgo.com:gototraining/1.0.0.json Endpoint status Server online — HTTP 401 — server is online but path returned an error (may require auth)1.38s (checked Mar 29, 2026) Builder score D 45% builder-friendly
Pricing
28
Latency
30
Depth
68

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /accounts/{accountKey}/organizers DEPRECATED: Get Organizers
GET /organizers/{organizerKey}/trainings Get Trainings
POST /organizers/{organizerKey}/trainings Create Training
DELETE /organizers/{organizerKey}/trainings/{trainingKey} Delete Training
GET /organizers/{organizerKey}/trainings/{trainingKey} Get Training
GET /organizers/{organizerKey}/trainings/{trainingKey}/manageUrl Get Management URL for Training
PUT /organizers/{organizerKey}/trainings/{trainingKey}/nameDescription Update Training Name and Description
GET /organizers/{organizerKey}/trainings/{trainingKey}/organizers Get Training Organizers

Sample Request

curl 'https://api.getgo.com/G2T/rest/accounts/{accountKey}/organizers' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official GoToTraining documentation.