Skip to main content
GET
/
loyalty
/
cp
/
api
/
referral-rules
/
accept-offer
Accept referral offer (GET)
curl --request GET \
  --url https://loyalty-admin.appstle.com/loyalty/cp/api/referral-rules/accept-offer
{
  "id": 12345,
  "message": "Referral accepted successfully",
  "discountCode": "WELCOME20",
  "status": "SUCCESS"
}

Documentation Index

Fetch the complete documentation index at: https://appstleinc-aeca3e0a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

token
string
required

Referral token received from the referrer

email
string
required

Email address of the person accepting the referral

Response

Referral offer accepted successfully

id
integer<int64>
message
string
discountCode
string
status
enum<string>
Available options:
SUCCESS,
FAILED