Skip to main content
GET
/
health
/
live
Check service health
curl --request GET \
  --url https://plugin-br-bank-transfer.sandbox.lerian.net/health/live
{
  "status": "UP",
  "message": "Service is alive"
}

Response

200 - application/json

Indicates that the service is healthy and running.

status
enum<string>
required
Available options:
UP
Example:

"UP"

message
string
required
Example:

"Service is alive"