The PointTransaction entity tracks operations where loyalty points are earned or spent.
Note: All authenticated requests must include a valid bearer token in the
Authorizationheader:
Authorization: Bearer your-access-tokenYou can obtain this token by authenticating with yourclient_idandclient_secret_tokenat the endpoint/api/v1/auth/token. Once authenticated, use the returned token in all subsequent requests.
Key Capabilities
Create transactions for earning or spending points.
Filter by customer, establishment, transaction type, or point type.
Retrieve balance and history of points for any customer.
Use Cases
Reward customers based on purchases or activity.
Allow redemptions that subtract points.
Display point history and analytics in the dashboard.
