Health

Health check

Returns the health status of the API

get/v1/health

Response

API is healthy

statusstring
timestampstring date-time
uptimenumber

Process uptime in seconds

versionstring

Example response

{
  "status": "ok",
  "version": "1.0.0"
}

Changes