Health check

Public liveness probe. Returns ok when the API is reachable.

GET
/health

Public liveness probe. Returns ok when the API is reachable.

Response Body

application/json

curl -X GET "https://example.com/health"
{  "status": "ok"}