Health
The Health REST API is used to check the health of the server.
Available URLs
URL | Description |
---|---|
GET /api/v1/health | A request to get the health state of the server. |
GET /api/v1/health
A request to get the health state of the server.
Success 200
Field | Description |
---|---|
200 |
Server is in a healthy state |
Success-Response
HTTP/1.1 200 OK