curl --request GET \
--url https://loyalty-admin.appstle.com/api/external/top-customers \
--header 'X-API-Key: <x-api-key>'{
"customerId": 123,
"firstName": "<string>",
"lastName": "<string>",
"pointsEarned": 123,
"activitiesCompleted": 123
}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.
API key for authentication
Pagination parameters (page number, size, sort)
Show child attributes
curl --request GET \
--url https://loyalty-admin.appstle.com/api/external/top-customers \
--header 'X-API-Key: <x-api-key>'{
"customerId": 123,
"firstName": "<string>",
"lastName": "<string>",
"pointsEarned": 123,
"activitiesCompleted": 123
}