Health
Health - Readiness
Performs checks on dependent services like database connectivity
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v1/health/readiness"{
"status": "true"
}{
"status": "true",
"checks": {
"db": {
"healthy": true
}
}
}