Skip to main content
GET
/
v1
/
health
/
live
Liveness probe (always returns 200 if process is running)
curl --request GET \
  --url https://relay.mrphub.io/v1/health/live
{
  "status": "ok"
}

Response

200 - application/json

Process is alive

status
enum<string>
required
Available options:
ok