The PointTransaction entity tracks operations where loyalty points are earned or spent.
Note: All authenticated requests must include a valid bearer token in the
Authorization
header:
Authorization: Bearer your-access-token
You can obtain this token by authenticating with yourclient_id
andclient_secret_token
at 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.