Skip to main content
POST
/
loyalty
/
cp
/
api
/
send-customer-referral-url
Send customer referral email
curl --request POST \
  --url https://loyalty-admin.appstle.com/loyalty/cp/api/send-customer-referral-url \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "error": "Invalid email address",
  "details": "Please provide a valid email address"
}

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.

Body

application/json

Referral email request containing the recipient's email address

email
string

Response

Referral email sent successfully