Skip to main content
POST
/
loyalty
/
cp
/
api
/
enroll-customer
Enroll customer in loyalty program
curl --request POST \
  --url https://loyalty-admin.appstle.com/loyalty/cp/api/enroll-customer \
  --header 'Content-Type: application/json' \
  --data '
{
  "vipTier": "<string>"
}
'
"Customer added successfully."

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.

Body

application/json

Customer enrollment request, optionally containing VIP tier name

vipTier
string

Response

Customer enrolled successfully

The response is of type string.