Liveness check

1 min readEdit this page
GET
/ping

Returns 200 OK with an empty body if the node is up.

Response Body

curl -X GET "https://example.com/ping"
Empty

How is this guide?