Pular para o conteúdo principal
GET
/
health
Verificar saúde do Matcher
curl --request GET \
  --url https://matcher.sandbox.lerian.net/health
{
  "status": "healthy"
}

Resposta

200 - application/json

O serviço está ativo

Status de vivacidade do serviço

status
string

Indica a saúde do serviço (sempre "healthy" se respondendo)

Exemplo:

"healthy"