Retrieves the loyalty/rewards program data for the currently logged-in customer. This includes points balance, tier status, and available rewards.
Supported Loyalty Programs:
What you get:
Use Cases:
Authentication: Customer must be logged in via Shopify customer session
Note: Requires loyalty app integration to be configured in merchant settings
curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/loyalty-integration/customer{
"pointsBalance": 1250,
"pointsPending": 150,
"tierName": "Gold",
"pointsToNextTier": 250,
"customerEmail": "customer@example.com"
}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.
Loyalty data retrieved successfully
curl --request GET \
--url https://www.myshop.com/apps/subscriptions/cp/api/loyalty-integration/customer{
"pointsBalance": 1250,
"pointsPending": 150,
"tierName": "Gold",
"pointsToNextTier": 250,
"customerEmail": "customer@example.com"
}