Check the health status of the Database service. Returns service availability and timestamp for monitoring purposes.
curl --request GET \
--url https://api.case.dev/database/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy",
"service": "database",
"timestamp": "2025-01-15T10:30:00.000Z"
}API key starting with sk_case_
Was this page helpful?
curl --request GET \
--url https://api.case.dev/database/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy",
"service": "database",
"timestamp": "2025-01-15T10:30:00.000Z"
}