Midaz
cURL
curl --request GET \ --url https://plugin-br-bank-transfer.sandbox.lerian.net/health/live
{ "status": "UP", "message": "Service is alive" }
Use this endpoint to check whether the service is alive and responding to requests. This endpoint is designed for Kubernetes liveness probes.
Indicates that the service is healthy and running.
UP
"UP"
"Service is alive"
Was this page helpful?