Skip to main content
GET
/
health
/
ready
Check service readiness
curl --request GET \
  --url https://plugin-br-bank-transfer-jd.sandbox.lerian.net/health/ready
{
  "status": "ok",
  "timestamp": "2026-02-01T15:30:00-03:00",
  "dependencies": {
    "database": "ok",
    "redis": "ok",
    "jd_spb": "ok",
    "midaz": "ok",
    "crm": "ok",
    "fees": "ok"
  }
}

Response

Indicates that the service is ready to accept traffic.

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.