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

Response

200 - application/json

Service is healthy.

status
string
required
Example:

"OK"