GET
/
v1
/
health
Health Check
curl --request GET \
  --url https://api.superdoc.dev/v1/health
{
  "status": "healthy",
  "timestamp": "2024-01-15T10:30:00Z",
  "version": "1.2.3",
  "deployment": {
    "region": "us-east1",
    "environment": "production"
  }
}

Response

200 - application/json

Service is healthy

The response is of type object.