v1

latestSwagger 2.0Apache 2.02026-07-17383679.6 KB
Health

Health check endpoint

Returns the health status of the service (RFC Health Check Draft)

get/health

Response

Service is healthy

checksobject
releaseIdstring
serviceIdstring
status'pass' | 'warn' | 'fail'

Status of a health check (pass, warn, fail)

versionstring

Example response

{
  "releaseId": "abc123",
  "serviceId": "etherpad-api",
  "version": "1.0.0"
}