Skip to main content
GET
/
database
/
v1
/
health
Database service health check
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"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Service is healthy and operational

status
enum<string>
required

Health status of the service

Available options:
healthy
service
string
required

Service identifier

timestamp
string<date-time>
required

ISO 8601 timestamp of the health check