import Whop from '@whop/sdk';const client = new Whop({ apiKey: process.env['WHOP_API_KEY'], // This is the default and can be omitted});const courseChapter = await client.courseChapters.retrieve('chap_xxxxxxxxxxxxx');console.log(courseChapter.id);
import Whop from '@whop/sdk';const client = new Whop({ apiKey: process.env['WHOP_API_KEY'], // This is the default and can be omitted});const courseChapter = await client.courseChapters.retrieve('chap_xxxxxxxxxxxxx');console.log(courseChapter.id);