Lodol Docs

Teachable

API actions for the Teachable integration.

Teachable

Manage your Teachable courses and student enrollments.


Enroll a student

Enroll an existing user in one of your Teachable courses.

Parameters

ParameterTypeRequiredDescription
course_idstringYesID of the course to enroll the user into.
target_user_idstringYesID of the user to enroll.

Response

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

List courses

List all published courses in your Teachable school.

Response

[
  {}
]

On this page