# Loyalty Point Operations related to loyalty point, including create, get, etc ## Get History by Email or Phone - [GET /api/v3/LoyaltyPoint/EmailOrPhone](https://developer.dealpos.com/openapi/openapi/loyalty-point/getloyaltypointhistory.md): Get loyalty point history for a specific customer by email or phone. Requires the "VIEW" role in the "Contacts" module. ## Get Loyalty Point Expiration By Email - [GET /api/v3/LoyaltyPoint/ExpirationByEmail](https://developer.dealpos.com/openapi/openapi/loyalty-point/getloyaltypointexpirationbyemail.md): Get loyalty point expiration details for a customer by email. Requires the "VIEW" role in the "Contacts" module. ## Get Loyalty Point Expiration By Mobile Phone - [GET /api/v3/LoyaltyPoint/ExpirationByMobile](https://developer.dealpos.com/openapi/openapi/loyalty-point/getloyaltypointexpirationbymobile.md): Get loyalty point expiration details for a customer by mobile phone. Requires the "VIEW" role in the "Contacts" module. ## Add / Redeem Loyalty Point by Mobile - [PUT /api/v3/LoyaltyPoint/Mobile](https://developer.dealpos.com/openapi/openapi/loyalty-point/put-loyaltypoint-mobile.md): Add or redeem loyalty points for a customer identified by mobile phone. ## Get Loyalty Point - [GET /api/v3/LoyaltyPoint](https://developer.dealpos.com/openapi/openapi/loyalty-point/getloyaltypoint.md): Get loyalty point history for customers. Requires the "VIEW" role in the "Contacts" module. ## Add / Redeem Loyalty Point By Email - [PUT /api/v3/LoyaltyPoint](https://developer.dealpos.com/openapi/openapi/loyalty-point/addredeemloyaltypointbyemail.md): Add / Redeem Loyalty Point Customer by Email ## Get Total Earn and Redeem Loyalty Point - [GET /api/v3/LoyaltyPoint/EarnAndRedeem](https://developer.dealpos.com/openapi/openapi/loyalty-point/getearnandredeemloyaltypoint.md): Get total earned and redeemed loyalty points for a given period. Requires the "VIEW" role in the "Contacts" module. ## Get Loyalty Point With Total Count - [GET /api/v3/LoyaltyPoint/WithTotalCount](https://developer.dealpos.com/openapi/openapi/loyalty-point/getloyaltypointwithtotalcount.md): List loyalty points with total count and filtering options. Requires the "VIEW" role in the "Contacts" module.