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
| Parameter | Type | Required | Description |
|---|---|---|---|
course_id | string | Yes | ID of the course to enroll the user into. |
target_user_id | string | Yes | ID 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
[
{}
]