v1

latestOpenAPI 3.0.02026-07-13211133.5 KB
Health

Health

Check if the API is running

get/api/v2/health

Response

Service is healthy

IDstring

random generated request id

hostnamestring

Hostname of the server

statusstring

ok only if the API Services is healthy

timestampinteger

unix timestamp of the request

versioninteger

API Version

Example response

{
  "ID": "95148e14be674e067be644de814de36c",
  "hostname": "localhost",
  "status": "ok",
  "timestamp": 1741492261,
  "version": 2
}
All 21 operations