Skip to content
James Cuénod edited this page Nov 23, 2022 · 2 revisions

Endpoint: /api/v2/health

There are no parameters. The point is just to check system health (which roughly corresponds to access to the server).

Example: /api/v2/health

Returns

Returns 200 OK when the server can access the database. Otherwise, should return some sort of error (TODO: document errors).

Clone this wiki locally