Endpoint reference
Monitoring endpoint documentation
GET /
Loads the main status landing page plus CSS, JavaScript, and SVG assets. Browser probes use this path to verify normal HTTPS rendering.
GET /status/
Returns a static operational status page suitable for visual checks and cache validation.
GET /api/health
Returns application/json with service name, region, status, and endpoint version. The response contains no credentials or user data.
{"service":"checkitpl-edge-status","status":"ok"}GET /assets/*
Static CSS, JavaScript, and SVG assets are cacheable and support realistic resource loading patterns for synthetic tests.