Skip to main content
GET
/
health
Deep health check
curl --request GET \
  --url https://seggwat.com/api/v1/health
{
"status": "ok"
}

Response

200 - application/json

Detailed health information including subsystem statuses.

Basic health status response

status
enum<string>
required

Current health status of the service

Available options:
ok,
degraded,
error