E-commerce integration endpoints for shops, POS systems, and online stores
https://staging-api.loyalty.lt/{locale}/shop/
https://api.loyalty.lt/{locale}/shop/
{locale}
is the language code (e.g., en
, lt
).
POST /{locale}/shop/auth/request-otp
- Request OTP codePOST /{locale}/shop/auth/login
- Login with phone + OTPPOST /{locale}/shop/auth/register
- Register new userGET /{locale}/shop/auth/me
- Get current user detailsPUT /{locale}/shop/auth/profile
- Update user profileGET /{locale}/shop/loyalty-cards
- List user’s loyalty cardsPOST /{locale}/shop/loyalty-cards
- Create new loyalty cardGET /{locale}/shop/loyalty-cards/{id}
- Get card detailsPOST /{locale}/shop/loyalty-cards/third-party
- Add existing store cardGET /{locale}/shop/points
- List point transactionsPOST /{locale}/shop/points
- Award or deduct pointsGET /{locale}/shop/points/summary
- Points balance summaryPOST /{locale}/shop/points/bulk
- Bulk points operationsGET /{locale}/shop/points/card/{card_id}/balance
- Get card balanceGET /{locale}/shop/offers
- List available offersGET /{locale}/shop/offers/featured
- Get featured offersPOST /{locale}/shop/offers/{id}/claim
- Claim offerGET /{locale}/shop/coupons
- List user couponsPOST /{locale}/shop/coupons/{id}/redeem
- Redeem couponGET /{locale}/shop/games
- List available gamesPOST /{locale}/shop/games/{id}/start
- Start game sessionPOST /{locale}/shop/games/sessions/{sessionKey}/progress
- Update progressPOST /{locale}/shop/games/sessions/{sessionKey}/claim-reward
- Claim rewardsGET /{locale}/shop/user/games/history
- Game historyGET /{locale}/shop/transactions
- Get transaction historyGET /{locale}/shop/transactions/summary
- Transaction summaryPOST /{locale}/shop/transactions/export
- Export dataGET /{locale}/shop/shops
- List shopsGET /{locale}/shop/shops/nearby
- Find nearby shopsGET /{locale}/shop/shops/{id}/analytics
- Shop analyticsPOST /{locale}/shop/shops/import
- Bulk importPOST /{locale}/shop/shops/export
- Data exportPOST /{locale}/shop/xml-import/from-url
- Import from URLPOST /{locale}/shop/xml-import/from-file
- Upload and importGET /{locale}/shop/xml-import/history
- Import historyPOST /{locale}/shop/xml-import/validate
- Validate XML structureGET /shop/health
- Service health status