Skip to main content
GET
/
health
Service health check
curl --request GET \
  --url https://api.example.com/health
{
  "version": "<string>",
  "environment": "<string>",
  "registry": {},
  "uptime_seconds": 123,
  "payouts": {}
}

Response

200 - application/json

Successful Response

Service health status.

status
enum<string>
required
Available options:
ok,
degraded,
unhealthy
version
string
required
environment
string
required
registry
Registry · object
required

DSL registry status: how many schemes are loaded, any load errors.

uptime_seconds
number
required
payouts
Payouts · object

Payout subsystem status. Present when PAYOUTS_ENABLED=true. Shape: {enabled, provider, mode, open_payouts}.