Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url http://localhost:8000/health
{
  "status": "ok"
}

Response

200 - application/json

API is healthy

status
string
Example:

"ok"