The Mage Loyalty REST API lets you programmatically manage your loyalty program.
https://api.mageloyalty.com/v1
{ "data": { "type": "customer", "id": "6789012345", "attributes": { "email": "jane@example.com", "current_points": 450 } } }
{ "data": [ { "type": "customer", "id": "6789012345", "attributes": { ... } } ], "meta": { "total": 100, "page": 1, "per_page": 20, "total_pages": 5 } }
{ "errors": [ { "status": "404", "title": "Not Found", "detail": "Customer 'xyz' not found" } ] }