-
Notifications
You must be signed in to change notification settings - Fork 0
Health
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 200 OK
when the server can access the database. Otherwise, should return some sort of error (TODO: document errors).