cURL
curl --request GET \ --url https://services.pref.rio/heimdall-admin/api/v1/healthz
{ "status": "healthy", "service": "heimdall-admin-service", "timestamp": "2024-01-01T12:00:00.000Z" }
Basic health check endpoint that returns 200 if the service is running.
Service is healthy
The response is of type object.
object