v1
latestOpenAPI 3.1.02026-07-1288262495.0 KBHealth Check
Get the health of the service
Check the health of the service. This checks the read and write health of the database and cache.
get/v1/health-check
Response
The health of the service. This checks the read and write health of the database and cache.
Example response
{
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}