Skip to main content
GET
/
health
Verificar status de saúde da API
curl --request GET \
  --url https://api.scanify.com.br/health
{
  "status": "healthy"
}

Response

200 - application/json

API está em bom funcionamento

status
string
Example:

"healthy"