Status Endpoint
GET /v1/status
Section titled “GET /v1/status”Returns the health status of VIES and BZSt upstream services.
Authentication: Not required
Response
Section titled “Response”{ "status": "operational", "sources": { "vies": { "status": "up" }, "bzst": { "status": "up" } }, "timestamp": "2024-01-15T10:30:00Z"}Status values: operational (at least one source up), degraded (all sources down).