# GET /health

Lightweight service health/readiness endpoint.

## Request

```
GET https://api.canonprotocol.org/health
```

### Authentication

No authentication required.

## Response

Returns HTTP `200 OK` when the service is healthy and ready.

Example:

```json
{
  "status": "ok"
}
```
