Skip to main content
GET
/
api
/
external
/
top-customers
Get top customers by points earned
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.

Headers

X-API-Key
string
required

API key for authentication

Query Parameters

pageable
object
required

Pagination parameters (page number, size, sort)

Response

Successfully retrieved top customers with pagination headers

customerId
integer<int64>
firstName
string
lastName
string
pointsEarned
number<double>
activitiesCompleted
integer<int64>