Skip to content

Status Endpoint

Returns the health status of VIES and BZSt upstream services.

Authentication: Not required

{
"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).