API Reference

POINT TRANSACTIONS

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 your client_id and client_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.