# ST IT Status Purpose: read current health and history for ST IT sites, services, TLS certificates, domains and the sandbox server. Base URL: https://status.sandbox.stit.tech Read current state: GET /api/v1/status List monitoring targets: GET /api/v1/services OpenAPI: GET /api/v1/openapi.json Human dashboard and agent guide: GET / Health check: GET /health Statuses: up, degraded, down, unknown. Latency is milliseconds. Uptime values are percentages. ssl_days and domain_days are whole days remaining. Mutations require Authorization: Bearer . Never guess or expose this token. To add a target, POST JSON to /api/v1/services with name, url, group, description and accepted_statuses; slug is optional and generated automatically. Update a target with PATCH /api/v1/services/{slug}. Reorder all active targets with POST /api/v1/services/reorder and JSON {"slugs":["first","second"]}. To remove a target, DELETE /api/v1/services/{slug}. Trigger a fresh scan with POST /api/v1/check-now.