Teachable · Example Payload

Teachable Enroll User Request

Online CoursesE-LearningEducationCourse ManagementEnrollmentsCoachingMembershipsTransactions

Teachable Enroll User Request is an example object payload from Teachable, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

user_idcourse_id

Example Payload

Raw ↑
{
  "user_id": 55555,
  "course_id": 12345
}