Referral Programs

Manage referral programs and track referrals

Authentication

All endpoints require API Key authentication

X-API-Key: your_api_key
GET/api/referral-programs

List 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-programs

Create 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/referrals

List Referrals

Get all referrals made by customers

POST/api/referral-links

Generate Referral Link

Generate a unique referral link for a customer