Skip to content

The Display service exposes a lightweight, unauthenticated health check endpoint used to verify that the service is running and reachable. It returns a standardized 9-field health payload including process metadata, memory usage, and the client IP that issued the request. Use this endpoint for liveness probes, uptime monitoring, and operational diagnostics.

Returns the standardized health response for the Display service. This endpoint is unauthenticated and always responds with HTTP 200 and an application/json body whenever the service process is up.

This endpoint takes no parameters.

Terminal window
curl -X GET "https://api.hoody.com/api/v1/display/health" \
-H "Accept: application/json"