Skip to main content
GET
/
subscriptions
/
cp
/
api
/
loyalty-integration
/
customer
Get customer loyalty points and rewards data
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.

Response

Loyalty data retrieved successfully