v50

latestSwagger 2.0MITraw.githubusercontent.com2026-07-15422691.7 KB
info

Get health information.

get/health

Response

Ok

databasestring required

The health of the database connection.

healthstring required

The health of the overall application.

Example response

{
  "database": "green",
  "health": "green"
}