Loyalty.lt
System

Health Check

Check if the Shop API is running and all services are operational

GET/{locale}/shop/system/health

Check 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"  }}