CalryOTA Docs
Health

Health - Liveness

Returns a status indicating whether the application is alive

GET
/api/v1/health/liveness

Response Body

application/json

curl -X GET "https://example.com/api/v1/health/liveness"
{
  "status": "true"
}