Health APIs/Health Checks
Health Check
GET
/healthBasic server health check.
No authentication required
Content-Type:
application/jsonResponse Example
200 OK
{
"status": "ok",
"timestamp": "2026-03-08T10:30:00Z",
"service": "Open VTS Backend"
}Code Examples
curl -X GET 'https://<your-domain>:3001/health'Try It
API Playground
Sends a real request to the configured server