System
Check the API health
This endpoint reports the API and its dependencies health.
get/v1/_health
Response
The Health Check is successful
Example response
{
"status": "ok",
"info": {
"database": {
"status": "up"
}
},
"error": {},
"details": {
"database": {
"status": "up"
}
}
}