Get customer's loyalty points
GET {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/profile/:integrationId/balances?endDate=2004-12-06T23:44:52.734Z
Retrieve loyalty ledger balances for the given Integration ID in the specified loyalty program. You can filter balances by date. If no filtering options are applied, you retrieve all loyalty balances on the current date for the given integration ID.
Loyalty balances are calculated when Talon.One receives your request using the points stored in our database, so retrieving a large number of balances at once can impact performance.
Note: For more information, see: - Managing card-based loyalty program data - Managing profile-based loyalty program data
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
endDate | string | Used to return balances only for entries older than this timestamp. The expired, active, and pending points are relative to this timestamp. |
Note: It must be an RFC3339 timestamp string. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |