Skip to main content
GET
/
health
/
live
Check service health
curl --request GET \
  --url https://plugin-br-bank-transfer-jd.sandbox.lerian.net/health/live
{
  "status": "ok",
  "timestamp": "2026-02-01T15:30:00-03:00"
}

Response

200 - application/json

Indicates that the service is healthy and running.

status
enum<string>
required
Available options:
ok,
unavailable
Example:

"ok"

timestamp
string<date-time>
required
Example:

"2026-02-01T15:30:00-03:00"

dependencies
object

The health status of each dependency. Only included in the readiness check response.