Thinkific · Example Payload

Thinkific Instructor Example

Online CoursesE-LearningLMSCourse CreationEnrollmentsUsersEducationDigital ProductsWebhooks

Thinkific Instructor Example is an example object payload from Thinkific, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iduser_idtitlefirst_namelast_namebioslugavatar_urlemailcreated_at

Example Payload

Raw ↑
{
  "id": 1.0,
  "user_id": 12.0,
  "title": "Mr.",
  "first_name": "My Course",
  "last_name": "My Course",
  "bio": "Bob Jones is an instructor of note.",
  "slug": "bob",
  "avatar_url": "https://example.com/avatar.png",
  "email": "bob_jones@example.com",
  "created_at": "example_created_at"
}