Skip to main content
GET
/
health
Check Matcher health
curl --request GET \
  --url https://matcher.sandbox.lerian.net/health
{
  "status": "healthy"
}

Response

200 - application/json

Service is alive

Service liveness status

status
string

Indicates the service health (always "healthy" if responding)

Example:

"healthy"