v1
latestOpenAPI 3.1.02026-07-12185391.3 KBHealth Check
Get the health of the service
Check the health of the service.
get/v2/health-check
Response
The health of the service
Example response
{
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}