Skip to main content

Health Check

Check the health status of the Chamber API service.
This endpoint does not require authentication and can be used for monitoring and load balancer health checks.
GET /v1/health

Example Request

curl -X GET "https://api.usechamber.io/v1/health"

Example Response

{
  "data": {
    "status": "healthy",
    "version": "1.0.0",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}

Response Fields

FieldDescription
statusService health status: healthy or unhealthy
versionAPI version number
timestampCurrent server timestamp (ISO 8601)