Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://localhost:63372/health
{
  "status": "ok",
  "version": "0.5.36"
}

Response

200 - application/json

Gateway is healthy

status
string
required
Example:

"ok"

version
string
required
Example:

"0.5.36"