Referrals
Accept referral offer (POST)
POST
Accept referral offer (POST)
Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/referral-rules/accept-offer \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"email": "<string>"
}
'{
"id": 12345,
"message": "Referral accepted successfully! Use code WELCOME20 for 20% off your first order.",
"discountCode": "WELCOME20",
"status": "SUCCESS"
}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/referral-rules/accept-offer \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"email": "<string>"
}
'{
"id": 12345,
"message": "Referral accepted successfully! Use code WELCOME20 for 20% off your first order.",
"discountCode": "WELCOME20",
"status": "SUCCESS"
}