System
Health Check
Check if the Shop API is running and all services are operational
GET
/{locale}/shop/system/healthCheck if the Shop API is running and all services are operational
Authorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Locale code (lt, en)
Value in
- "lt"
- "en"
Response Body
application/json
curl -X GET "https://example.com/lt/shop/system/health"{ "status": "ok", "message": "Loyalty Platform Shop API is running", "version": "1.0.0", "timestamp": "2019-08-24T14:15:22Z", "environment": "production", "services": { "authentication": "operational", "points_system": "operational", "loyalty_cards": "operational", "offers_coupons": "operational", "games": "operational", "xml_import": "operational" }}Get transactions for partner GET
Get transaction history for partner (Partner API)
Realtime Connection Config GET
Laravel Reverb (Pusher protocol) connection details for storefront realtime. The QR channels are public — the unguessable session id in the channel name is the secret — so no per-session token is issued. Subscribe to `qr-login.{session_id}` or `qr-card.{session_id}` and bind `status_update`.