Health 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"
}
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.