Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.whop.com/llms.txt

Use this file to discover all available pages before exploring further.

A record of a user's progress on a specific lesson, tracking whether they have completed it.

id
string
required

The unique identifier for the lesson interaction.

Example:

"crsli_xxxxxxxxxxxx"

completed
boolean
required

Whether the user has finished this lesson.

created_at
string<date-time>
required

The datetime the lesson interaction was created.

Example:

"2023-12-01T05:00:00.401Z"

lesson
object
required

The lesson that this progress record belongs to.

user
object
required

The user whose progress is being tracked.

course
object
required

The course that contains the tracked lesson.