Skip to main content
GET
/
v2
/
localization
/
health
Localization pipeline health
curl --request GET \
  --url https://api.loyalty.dog/v2/localization/health \
  --header 'Authorization: Bearer <token>'
{
  "i18nLoaded": true,
  "enUSCommonKeyCount": 123
}

Authorizations

Authorization
string
header
required

JWT access token obtained from POST /v2/token.

Response

200 - application/json

Successful Response

Health signal for the translation-delivery pipeline.

i18nLoaded
boolean
required

True if the real @loyaltydog/i18n package loaded (not the empty fallback)

enUSCommonKeyCount
integer
required

Number of top-level keys in en-US 'common' (0 if not loaded)