Centinel AnalyticaCentinel Analytica

Health Check

Reference for the GET /health endpoint used to check that the Centinel service is reachable and ready.

GET
/health
x-api-key<token>

Your secret API key. Server-only — never call /validate from a browser.

In: header

Response Body

application/json

curl -X GET "https://example.com/health"
{
  "status": "ok"
}
Empty
Empty