cURL
curl --request GET \ --url https://api.bitbybit.studio/customer/api/open/v1/loyalty/customers/{customerId}/wallet \ --header 'x-api-key: <api-key>'
{ "data": { "id": "<string>", "companyId": 123, "customerId": "<string>", "availablePoints": "<string>", "reservedPoints": "<string>", "lifetimeEarnedPoints": "<string>", "lifetimeBurnedPoints": "<string>", "version": "<string>", "lastLedgerAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Get points balance and wallet lifetime counters.
Documentation IndexFetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://knowledge.bitbybit.studio/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Create one in Settings > Developer.
Success
Show child attributes