Skip to main content
Agent Tools
View .md

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:

{
"status": "ok"
}