RESTful API

Health

Both server and client have a health endpoint.

GET /health

If the server/client is healthy an HTTP response with 200 OK status code and the body as below will be returned.

{
    "status": "healthy"
}