domain: teachable.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Generate an API key from School admin > Settings > API — API access requires the Growth plan or higher (not available on Starter/Builder)
Send the key in a custom apiKey header (not Authorization: Bearer)
Call GET /v1/courses/{course_id}/enrollments to list active enrollments and student progress for a course
Call GET /v1/users/{user_id} to get a specific student's enrollments
Paginate with page and per query params (max 20/page); accounts exceeding 10,000 users must switch to the cursor-based search_after param past that point
Known gotchas
Schools below the Growth plan get a permission error calling the API at all — plan-gating is a hard blocker; Teachable's plan ladder has been renamed before (currently Starter/Builder/Growth/Advanced/Enterprise), so confirm current names against the pricing page rather than assuming older tier names still apply
There isn't a clearly documented standalone sales/orders endpoint distinct from enrollments and user records — don't assume revenue data exists as its own resource without checking your account's plan-specific docs
The pagination scheme changes past 10,000 users in an account — code tested on a small school can break in production
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?