JavaScript
import Whop from '@whop/sdk'; const client = new Whop({ apiKey: 'My API Key', }); const response = await client.courseLessons.start('lesson_id'); console.log(response);
true
Starts a course lesson
The app API key from an app from the /dashboard/developer page
The ID of the lesson being started
A successful response
Represents true or false values.
false
Was this page helpful?