curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/customer-referrals[
{
"id": 12345,
"shop": "example-store.myshopify.com",
"customerId": 67890,
"referredEmailId": "friend@example.com",
"description": "Referred friend via email",
"referralRuleId": 1,
"status": "PENDING",
"createAt": "2025-01-15T10:30:00Z"
}
]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.
Pagination parameters (page number, size, sort)
Show child attributes
Customer referrals retrieved successfully with pagination headers (X-Total-Count, Link)
PENDING, CLAIMED, RECURRING curl --request GET \
--url https://loyalty-admin.appstle.com/loyalty/cp/api/customer-referrals[
{
"id": 12345,
"shop": "example-store.myshopify.com",
"customerId": 67890,
"referredEmailId": "friend@example.com",
"description": "Referred friend via email",
"referralRuleId": 1,
"status": "PENDING",
"createAt": "2025-01-15T10:30:00Z"
}
]