Lodol Docs

Teachable

API actions for the Teachable integration.

Teachable

Manage Teachable courses and enrollments using an API key.


Enroll a student

Enroll an existing user into a course by user ID and course ID.

Parameters

ParameterTypeRequiredDescription
course_idstringYesUnique ID of the course to enroll into.
target_user_idstringYesUnique ID of the user to enroll.

Response

{
  "course_id": "mock_value",
  "status": "mock_value",
  "user_id": "mock_value"
}

List courses

Retrieve all published courses for the configured Teachable school.

Response

[
  {}
]

On this page