import SnagSolutions from '@snagsolutions/sdk';const client = new SnagSolutions({ apiKey: process.env['X_API_KEY'], // This is the default and can be omitted});const response = await client.referral.createCode({ loyaltyRuleId: '558bcf56-24f1-4ef4-9787-043086295780',});console.log(response.id);
This endpoint allows you to create a referral code
POST
/
api
/
referral
/
codes
JavaScript
Copy
Ask AI
import SnagSolutions from '@snagsolutions/sdk';const client = new SnagSolutions({ apiKey: process.env['X_API_KEY'], // This is the default and can be omitted});const response = await client.referral.createCode({ loyaltyRuleId: '558bcf56-24f1-4ef4-9787-043086295780',});console.log(response.id);