Skip to content

Health check

GET
/api/v1/health

Returns a simple health check response indicating the server is running.

OK

object
status

Status is always “ok” when the server is running.

string
Example
ok
version

Version is the server build version.

string
Example
v0.5.2