GET
/
health
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"