API ReferenceHealth
Health check
Response Body
application/json
application/problem+json
curl -X GET "http://localhost:8080/api/v1/health"{
"status": "string",
"version": "string"
}{
"detail": "Property foo is required but is missing.",
"errors": [
{
"location": "string",
"message": "string",
"value": null
}
],
"instance": "https://example.com/error-log/abc123",
"status": 400,
"title": "Bad Request",
"type": "https://example.com/errors/example"
}