V1Healthz

Health check

Basic health check endpoint that returns the operational status of the API server.

Use Cases:

  • Load balancer health checks
  • Monitoring system verification
  • Service discovery confirmation
  • Uptime monitoring

Response: Simple "ok" text response with 200 status code indicates the service is operational.

Public Endpoint: No authentication required - designed for automated monitoring systems.

GET
/v1/healthz

Response Body

curl -X GET "https://api-beta.daydreams.systems/v1/healthz"

"ok"

{
  "error": "Internal server error",
  "code": "INTERNAL_SERVER_ERROR",
  "message": "An unexpected error occurred while processing your request"
}