GET
/
health
Get server health.
curl --request GET \
  --url https://{environment}.garden.finance/v2/health
{
  "status": "Ok",
  "error": "<string>"
}
Check the health status of the API server.

Response

200
application/json

Server is healthy.

The response is of type object.