Referral Programs
Manage referral programs and track referrals
Authentication
All endpoints require API Key authentication
X-API-Key: your_api_keyGET
/api/referral-programsList Referral Programs
Get all referral programs
GET
/api/referral-programs/{referral_program_id}Get Referral Program by ID
Get detailed information about a referral program
POST
/api/referral-programsCreate Referral Program
Create a new referral program with rules
PUT
/api/referral-programs/{referral_program_id}Update Referral Program
Update referral program settings
DELETE
/api/referral-programs/{referral_program_id}Delete Referral Program
Remove a referral program
GET
/api/referralsList Referrals
Get all referrals made by customers
POST
/api/referral-linksGenerate Referral Link
Generate a unique referral link for a customer