Tether Docs

GET /healthz

This path provides a simple readiness probe to verify that the server is operational.


Request:

GET /healthz

Response:

HTTP status: 200 OK

{ "status": "ok" }

Last updated:

On this page