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.
Customer enrollment request, optionally containing VIP tier name
Customer enrolled successfully
The response is of type string.
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."