import Whop from '@whop/sdk';const client = new Whop({ apiKey: process.env['WHOP_API_KEY'], // This is the default and can be omitted});const reaction = await client.reactions.retrieve('reac_xxxxxxxxxxxxxxxxxxxxxx');console.log(reaction.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 reaction = await client.reactions.retrieve('reac_xxxxxxxxxxxxxxxxxxxxxx');console.log(reaction.id);