Skip to main content
GET
/
readiness
Readiness probe endpoint
curl --request GET \
  --url https://services.pref.rio/app-busca-search/readiness \
  --header 'Authorization: Bearer <token>'
{
  "checks": {},
  "error": "<string>",
  "status": "<string>",
  "timestamp": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

checks
object
error
string
status
string
timestamp
integer