Skip to main content
GET
/
health
Health check
curl --request GET \
  --url http://localhost:6699/api/v1/health
{
  "status": "ok"
}

Response

200 - application/json

Server is running

status
string
Example:

"ok"

Last modified on February 18, 2026