GET
/
health
Health check
curl --request GET \
  --url http://localhost:8082/health
{
  "data": {
    "service": "public-api",
    "status": "ok"
  }
}

Response

200 - application/json

The service is up and responding.

data
object
required