Return VC Worker health.
GET
/api/health
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/healthResponses
Section titled “ Responses ”VC Worker health response.
Media type application/json
object
status
required
string
service
required
string
components
required
Array<string>
timestamp
required
string format: date-time
Example
{ "status": "ok", "service": "ar-vc", "components": [ "verifier", "issuer", "did" ], "timestamp": "2026-02-03T04:05:06.000Z"}Error response.
Media type application/json
object
error
required
string
error_description
required
string
Example
{ "error": "invalid_request", "error_description": "The request is invalid."}Error response.
Media type application/json
object
error
required
string
error_description
required
string
Example
{ "error": "invalid_request", "error_description": "The request is invalid."}