Skip to main content
GET
/
health
Get server health.
curl --request GET \
  --url https://{environment}.garden.finance/v2/health
{
  "status": "Ok",
  "result": "Online"
}
Retrieve the health status of the API server.

Response

Server is healthy.

status
enum<string>
Available options:
Ok
result
string