cURL
curl --request GET \ --url https://services.pref.rio/app-busca-search/readiness \ --header 'Authorization: Bearer <token>'
{ "checks": {}, "error": "<string>", "status": "<string>", "timestamp": 123 }
Verifica se a aplicação está pronta para receber tráfego (valida Typesense)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes