Return a simple liveness and readiness response.
The intentionally boring health endpoint for the Integration Intelligence family, used to verify that the process is reachable and serving requests.
GET /v1/integration-intelligence/healthResponse highlights
- service: stable service identifier
- status: ok when healthy
- version: current deployed app version when available
Implementation notes
- The initial implementation should return a minimal, boring response shape.
- This endpoint is the first recommended implementation step in the family roadmap.