Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
GET/api/v1/customers/{id}

Retrieve a single customer profile by its ID.

Personally identifiable information is not exposed through the Store Management API.

Requires the Customers:View permission.

Path parameters

idstring· uuidrequired
The customer ID.

Customer object

idstring· uuidrequired
The customer ID.
playerUsernamestringrequired
Player in-game name.
playerUuidstring· uuid
Minecraft UUID, if known.
totalSpentnumberrequired
Lifetime spend in the store currency.
ordersCountintegerrequired
Total number of completed orders.
lastPurchaseAtstring· date-time
Most recent purchase, or null.
createdAtstring· date-timerequired
First-seen timestamp.