v12

latestOpenAPI 3.0.1raw.githubusercontent.com2025-11-0520827.9 KB
info

Returns health information about the service.

Returns whether the service is up or not. An in-built Spring endpoint.

get/health

Response

A JSON indicating whether the service is up or not.

statusstring

Example response

{
  "status": "UP"
}