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