cURL
curl --request GET \ --url https://services.pref.rio/app-busca-search/health \ --header 'Authorization: Bearer <token>'
{ "checks": {}, "error": "<string>", "status": "<string>", "timestamp": 123 }
Verifica a saúde completa da aplicação (para monitoramento externo de uptime)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes