Live checks via Kong · Jun 7, 2026, 10:22 PM
Mail API
/mail/health
Tenant
/tenant/health
Identity
/identity/health
Search
/search/health
http://kong:8000
{
"gateway": "http://kong:8000",
"checkedAt": "2026-06-07T22:22:55.684Z",
"checks": [
{
"id": "mail",
"label": "Mail API",
"path": "/mail/health",
"ok": true,
"status": 200,
"latencyMs": 128,
"body": "{\"status\":\"ok\",\"info\":{\"database\":{\"status\":\"up\"}},\"error\":{},\"details\":{\"database\":{\"status\":\"up\"}}}",
"parsed": {
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}
},
{
"id": "tenant",
"label": "Tenant",
"path": "/tenant/health",
"ok": true,
"status": 200,
"latencyMs": 129,
"body": "{\"status\":\"ok\",\"info\":{\"database\":{\"status\":\"up\"}},\"error\":{},\"details\":{\"database\":{\"status\":\"up\"}}}",
"parsed": {
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}
},
{
"id": "identity",
"label": "Identity",
"path": "/identity/health",
"ok": true,
"status": 200,
"latencyMs": 84,
"body": "{\"status\":\"ok\",\"service\":\"identity-service\"}",
"parsed": {
"status": "ok",
"service": "identity-service"
}
},
{
"id": "search",
"label": "Search",
"path": "/search/health",
"ok": true,
"status": 200,
"latencyMs": 82,
"body": "{\"status\":\"ok\",\"service\":\"search-service\"}",
"parsed": {
"status": "ok",
"service": "search-service"
}
}
],
"allOk": true
}