Health check
GET /api/v1/health
GET
/api/v1/health
Returns a simple health check response indicating the server is running.
Responses
Section titled “ Responses ”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