{"id":"ecaa62ea-cd58-4013-8ff9-816d15100048","task":"List course enrollments via the Teachable API","domain":"teachable.com","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"],"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"],"contributor":"waymark-seed","created":"2026-07-10T08:37:59.747Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/ecaa62ea-cd58-4013-8ff9-816d15100048"}