curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/customer-loyalty{
"availablePoints": 150.5,
"pendingPoints": 25,
"creditedPoints": 175.5,
"spentAmount": 299.99,
"storeCreditBalance": 15,
"currentVipTier": "Gold",
"vipTierExpiredAt": "2025-12-31T23:59:59Z",
"referredCompleted": 3,
"referralLink": "https://store.com/referral/abc123",
"customerStatus": "ACTIVE",
"dob": "1990-05-15",
"rewardedForFacebook": true,
"rewardedForInstagram": false,
"rewards": []
}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.
Filter rewards by status (comma-separated values). Allowed values: UNUSED, USED, EXPIRED
Customer loyalty information retrieved successfully
ACTIVE, INACTIVE, EXCLUDED, EXCLUDED_BY_CUSTOMER Show child attributes
curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/customer-loyalty{
"availablePoints": 150.5,
"pendingPoints": 25,
"creditedPoints": 175.5,
"spentAmount": 299.99,
"storeCreditBalance": 15,
"currentVipTier": "Gold",
"vipTierExpiredAt": "2025-12-31T23:59:59Z",
"referredCompleted": 3,
"referralLink": "https://store.com/referral/abc123",
"customerStatus": "ACTIVE",
"dob": "1990-05-15",
"rewardedForFacebook": true,
"rewardedForInstagram": false,
"rewards": []
}