Skip to main content
POST
/
course_lessons
/
{lesson_id}
/
mark_as_completed
Mark as completed course lesson
curl --request POST \
  --url https://api.whop.com/api/v1/course_lessons/{lesson_id}/mark_as_completed \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

The app API key from an app from the /dashboard/developer page

Path Parameters

lesson_id
string
required

The ID of the lesson to mark as completed

Response

A successful response

Represents true or false values.